diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-12 09:50:47 +0000 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-12 09:50:47 +0000 |
| commit | a73532c19d9fa547a6330421e3093256e9d65b3c (patch) | |
| tree | f35ce084d388bbf3a20977483770c12d796b1237 /flake.nix | |
| parent | 4380cb33da707aaf2c2df9f023c23b213c85b27d (diff) | |
change flake
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,7 +45,7 @@ ]))); }; - nixosConfigurations.wsl = nixpkgs.lib.nixosSystem { + nixosConfigurations.core = nixpkgs.lib.nixosSystem { inherit lib system; specialArgs = {inherit inputs;}; modules = [ @@ -54,7 +54,6 @@ (import ./overlays/vimPlugins.nix {inherit pkgs;}) ])]; }) - ./achines/wsl.nix ] ++ (attrValues (attrsets.mergeAttrsList (map modulesIn [ ./profiles/core |
