diff --git a/cachix/nrdxp.nix b/cachix/nrdxp.nix new file mode 100644 index 0000000..c6a09b6 --- /dev/null +++ b/cachix/nrdxp.nix @@ -0,0 +1,12 @@ + +{ + nix = { + binaryCaches = [ + "https://nrdxp.cachix.org" + ]; + binaryCachePublicKeys = [ + "nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4=" + ]; + }; +} + \ No newline at end of file