fix build script

This commit is contained in:
tnichols217 2025-02-16 16:46:00 -05:00
parent d439b17bda
commit 4f4dd804a5

View File

@ -1,7 +1,8 @@
{ src, stdenv, ... }:
stdenv.mkDerivation {
inherit src;
name = "GH-Action-builder";
pname = "GH-Action-builder";
version = "0.0.1";
buildInputs = [ ];
installPhase = ''