diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-09 20:18:56 +0000 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-09 20:18:56 +0000 |
| commit | 1de751c8e633fbe32c5cfd09aa5dff1f6bdf0fa1 (patch) | |
| tree | b22c2ec6f2d08f44fd354020fd6b6953bb0c84df /flake.nix | |
| parent | deb40699e1870480b45550d03a9eda52a6cbaffd (diff) | |
fixup
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 = { |
