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, ... }:
|
{ src, stdenv, ... }:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "GH-Action-builder";
|
pname = "GH-Action-builder";
|
||||||
|
version = "0.0.1";
|
||||||
buildInputs = [ ];
|
buildInputs = [ ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user