This commit is contained in:
Kopatz
2024-03-15 17:36:31 +00:00
parent cef5286d92
commit d4892045cf

View File

@@ -177,7 +177,10 @@
};
nixosConfigurations."wsl" = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {inherit inputs ;};
specialArgs = {
inherit inputs;
pkgsVersion = nixpkgs-unstable;
};
modules = [
#"${nixpkgs}/nixos/modules/profiles/minimal.nix"
./users/anon