Rely on All checks for release build, not debug

This commit is contained in:
2023-03-11 18:25:34 -05:00
parent cf2ecc45d6
commit 8a695a36af

View File

@@ -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}