diff --git a/flake.nix b/flake.nix index 1e1ae70..7da5ad9 100644 --- a/flake.nix +++ b/flake.nix @@ -40,5 +40,14 @@ ./hosts/default/disko.nix ]; }; + nixosConfigurations.fix_nixpkgs = nixpkgs.lib.nixosSystem { + specialArgs = { + inherit inputs; + }; + modules = [ + ./modules/nixos/nixpkgs.nix + /etc/nixos/configuration.nix + ]; + }; }; }