diff --git a/flake.nix b/flake.nix index 761388c..22fc965 100644 --- a/flake.nix +++ b/flake.nix @@ -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)