From 0797973dc49c65c079833ab60456436ce865bc5f Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 20 Nov 2023 10:45:54 +0000 Subject: fixup --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1a1399b..cf84fe2 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ in with lib; { inherit lib; nixosConfigurations = with lib; - mapAttrs mkSystem (modulesIn ./machines) // { + (mapAttrs mkSystem (modulesIn ./machines)) // { windows = modules: nixosSystem "wsl" ({...}: { imports = modules; -- cgit v1.2.3