Fix defaultpackag
This commit is contained in:
parent
a451e63974
commit
055d8460f1
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
devShell.${system} = import ./shell.nix { pkgs = pkgsUnstable; };
|
devShell.${system} = import ./shell.nix { pkgs = pkgsUnstable; };
|
||||||
|
|
||||||
# Run checks and build all hosts as default package
|
# Run checks and build all hosts as default package
|
||||||
packages.${system}.defaultPackage.${system} = with pkgsUnstable.lib;
|
defaultPackage.${system} = with pkgsUnstable.lib;
|
||||||
let
|
let
|
||||||
checks = attrValues self.checks.${system};
|
checks = attrValues self.checks.${system};
|
||||||
nixosConfigs = mapAttrsToList (n: v: v.config.system.build.toplevel)
|
nixosConfigs = mapAttrsToList (n: v: v.config.system.build.toplevel)
|
||||||
|
|
Loading…
Add table
Reference in a new issue