From 929226ed9eaf18fa87d6e3f9cd283b2680d59d58 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Thu, 27 Feb 2025 20:55:30 +0000 Subject: [PATCH] delete commented code --- pkgs/watch-outputs/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/watch-outputs/default.nix b/pkgs/watch-outputs/default.nix index 37ab3be..b68c11c 100644 --- a/pkgs/watch-outputs/default.nix +++ b/pkgs/watch-outputs/default.nix @@ -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} '';