mirror of
https://github.com/beta-nu-theta-chi/bylaws.git
synced 2025-12-07 11:44:47 +00:00
fix build script
This commit is contained in:
parent
d439b17bda
commit
4f4dd804a5
@ -1,7 +1,8 @@
|
||||
{ src, stdenv, ... }:
|
||||
stdenv.mkDerivation {
|
||||
inherit src;
|
||||
name = "GH-Action-builder";
|
||||
pname = "GH-Action-builder";
|
||||
version = "0.0.1";
|
||||
buildInputs = [ ];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user