From 89a8637e0ec54cc84fc07362db177e167523087e Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 3 Apr 2023 17:32:20 +0300 Subject: [PATCH] host/nix: remove wd2 registry --- nixos/modules/nix.nix | 1 - 1 file changed, 1 deletion(-) 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"; }) ]; };