diff --git a/flake.nix b/flake.nix index ac5a63a..bcf1ed0 100644 --- a/flake.nix +++ b/flake.nix @@ -313,19 +313,6 @@ repo = "nixos-cli"; }; - "nixos-generators" = { - flake = true; - type = "github"; - owner = "nix-community"; - repo = "nixos-generators"; - - inputs = { - "nixpkgs" = { - follows = "nixpkgs"; - }; - }; - }; - "nixos-wsl" = { flake = true; type = "github";