From a0e392955c410212d81b43f9ac41a30eb15af26b Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:49:04 +0200 Subject: [PATCH] Update flake.nix --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 19764fe..f157c99 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,8 @@ # }; }; - outputs = inputs@{ nixpkgs, home-manager, NixOS-WSL, ... }: { + # Add NixOS Wsl in case it is needed here + outputs = inputs@{ nixpkgs, home-manager, ... }: { nixosConfigurations = let mkSystem = entrypoint: nixpkgs.lib.nixosSystem { system = "x86_64-linux";