From d4892045cf5da57ab9ec794200c2af69b41c0706 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:36:31 +0000 Subject: [PATCH] wsl --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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