diff --git a/nixos/modules/nix.nix b/nixos/modules/nix.nix index abb86be..3714f51 100644 --- a/nixos/modules/nix.nix +++ b/nixos/modules/nix.nix @@ -60,7 +60,6 @@ in (lib.mkIf cfg.enableMyRegistry { templates = mkRegistry "tmpl" "${gitple}/mynix/templates"; tools = mkRegistry "tools" "${gitple}/mynix/tools"; - tools_wd2 = mkRegistry "wd2" "${gitple}/pleshevskiy/wd2"; }) ]; };