From 103b8d5eb368a331e0117f96c76ef1e6c627ac58 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Mon, 24 May 2021 11:42:32 +0100 Subject: [PATCH] cachix: add nrdxp --- cachix/nrdxp.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cachix/nrdxp.nix 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