Fix defaultpackag

This commit is contained in:
Fabian Hauser 2022-04-23 20:57:17 +02:00
parent a451e63974
commit 055d8460f1

View file

@ -78,7 +78,7 @@
devShell.${system} = import ./shell.nix { pkgs = pkgsUnstable; };
# Run checks and build all hosts as default package
packages.${system}.defaultPackage.${system} = with pkgsUnstable.lib;
defaultPackage.${system} = with pkgsUnstable.lib;
let
checks = attrValues self.checks.${system};
nixosConfigs = mapAttrsToList (n: v: v.config.system.build.toplevel)