Rely on All checks for release build, not debug
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
(system == "x86_64-linux" ) {
|
(system == "x86_64-linux" ) {
|
||||||
runCommandHook = {
|
runCommandHook = {
|
||||||
newalan = pkgs.runCommand "New Alan Deployscript" {
|
newalan = pkgs.runCommand "New Alan Deployscript" {
|
||||||
nativeBuildInputs = builtins.attrValues checks;
|
nativeBuildInputs = [newalan];
|
||||||
} ''
|
} ''
|
||||||
cat << 'DOC' >> $out
|
cat << 'DOC' >> $out
|
||||||
#!${pkgs.runtimeShell}
|
#!${pkgs.runtimeShell}
|
||||||
|
|||||||
Reference in New Issue
Block a user