diff --git a/home/programs/nix.nix b/home/programs/nix.nix index 43f0945..998a0e5 100644 --- a/home/programs/nix.nix +++ b/home/programs/nix.nix @@ -24,19 +24,4 @@ }; - registry = { - - customer-projects = { - from = { - id = "cp"; - type = "indirect"; - }; - to = { - path = toString ./../../registries/customer-projects; - type = "path"; - }; - }; - - }; - }