From 8a695a36afc897cdd2e66c1943b3a45157f96474 Mon Sep 17 00:00:00 2001 From: "DavidCrompton1192@gmail.com" Date: Sat, 11 Mar 2023 18:25:34 -0500 Subject: [PATCH] Rely on All checks for release build, not debug --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 79531f5..0308792 100644 --- a/flake.nix +++ b/flake.nix @@ -117,7 +117,7 @@ (system == "x86_64-linux" ) { runCommandHook = { newalan = pkgs.runCommand "New Alan Deployscript" { - nativeBuildInputs = builtins.attrValues checks; + nativeBuildInputs = newalan; } '' cat << 'DOC' >> $out #!${pkgs.runtimeShell}