From 293b5684f5b8e9c69287cc91627eaa80c1c5bab2 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 20 May 2022 13:27:19 +0200 Subject: [PATCH] Remove no longer available and used registry --- home/programs/nix.nix | 15 --------------- 1 file changed, 15 deletions(-) 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"; - }; - }; - - }; - }