summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index af1ee9d..fe38698 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,7 +9,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-wsl = {
- url = "github:ivi-vink/NixOS-WSL";
+ url = "github:nix-community/NixOS-WSL";
};
};
@@ -55,10 +55,7 @@
])];
})
./machines/wsl.nix
- ] ++ (attrValues
- (attrsets.mergeAttrsList (map modulesIn [
- ./profiles/core
- ])));
+ ];
};
templates = {