From 53586b614a4026c9f88e48c468fcff0ed591d136 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:46:50 +0200 Subject: [PATCH] Update flake.nix --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 912ebfc..19764fe 100644 --- a/flake.nix +++ b/flake.nix @@ -12,10 +12,10 @@ flake = false; }; aurora-blog-template.url = "github:thiloho/aurora"; - NixOS-WSL = { - url = "github:nix-community/NixOS-WSL"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # NixOS-WSL = { + # url = "github:nix-community/NixOS-WSL"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; }; outputs = inputs@{ nixpkgs, home-manager, NixOS-WSL, ... }: { @@ -29,7 +29,7 @@ }; } entrypoint - NixOS-WSL.nixosModules.wsl + # NixOS-WSL.nixosModules.wsl home-manager.nixosModules.home-manager { home-manager = { @@ -43,7 +43,7 @@ pc = mkSystem ./nixos-configurations/pc; laptop = mkSystem ./nixos-configurations/laptop; server = mkSystem ./nixos-configurations/server; - wsl = mkSystem ./nixos-configurations/wsl; + # wsl = mkSystem ./nixos-configurations/wsl; }; }; }