1
0

delete commented code

This commit is contained in:
Daniel Barlow 2025-02-27 20:55:30 +00:00
parent a98f026210
commit 929226ed9e

View File

@ -19,7 +19,6 @@ stdenv.mkDerivation {
buildInputs = [ lua ];
nativeBuildInputs = [ fennelrepl ] ;
# doCheck = true;
buildPhase = ''
cp -p ${
@ -35,7 +34,7 @@ stdenv.mkDerivation {
} ${name}
make check
'';
# checkPhase = "make check";
installPhase = ''
install -D ${name} $out/bin/${name}
'';