Make checks a build step
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ in
|
||||
# Pulls all hosts down to be a check
|
||||
(builtins.mapAttrs
|
||||
(
|
||||
_n: v:
|
||||
n: v:
|
||||
writeShellApplication {
|
||||
name = "build-${n}";
|
||||
runtimeInputs = [ ];
|
||||
|
||||
Reference in New Issue
Block a user