From a73532c19d9fa547a6330421e3093256e9d65b3c Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 12 Oct 2023 09:50:47 +0000 Subject: change flake --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e0f21eb..764acd8 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.2.3