diff options
Diffstat (limited to 'flake')
-rw-r--r-- | flake/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/flake/default.nix b/flake/default.nix index d9643559..daa22734 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -160,7 +160,7 @@ ; }; in { - inherit pkgs nixosConfigurations; + inherit nixosConfigurations; checks."${system}" = { inherit (self.packages."${system}") @@ -169,6 +169,8 @@ in { formatting = treefmtEval.config.build.check self; }; + legacyPackages."${system}" = pkgs; + packages."${system}" = import ./packages { inherit nixos-generators |