From ef6b95dc8b1b3ba82a72c128e1c70ef083fd5e3d Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Tue, 11 Mar 2025 23:51:38 +0000 Subject: [PATCH] a --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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 + ]; + }; }; }