diff --git a/modules/global/caches/nrdxp.nix b/modules/global/caches/nrdxp.nix deleted file mode 100644 index ddced9c..0000000 --- a/modules/global/caches/nrdxp.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ - nix.settings = { - substituters = [ - "https://nrdxp.cachix.org" - ]; - trusted-public-keys = [ - "nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4=" - ]; - }; -}