diff --git a/flake.nix b/flake.nix index f7b3744..2b96754 100644 --- a/flake.nix +++ b/flake.nix @@ -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