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
|
# Pulls all hosts down to be a check
|
||||||
(builtins.mapAttrs
|
(builtins.mapAttrs
|
||||||
(
|
(
|
||||||
_n: v:
|
n: v:
|
||||||
writeShellApplication {
|
writeShellApplication {
|
||||||
name = "build-${n}";
|
name = "build-${n}";
|
||||||
runtimeInputs = [ ];
|
runtimeInputs = [ ];
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
checks = import ./checks.nix {
|
checks = import ./checks.nix {
|
||||||
inherit system top;
|
inherit system top;
|
||||||
inherit (top) hooks;
|
inherit (top) hooks;
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib writeShellApplication;
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells = import ./shells.nix {
|
devShells = import ./shells.nix {
|
||||||
|
|||||||
Reference in New Issue
Block a user