cachix: add nrdxp

This commit is contained in:
Jez Cope 2021-05-24 11:42:32 +01:00
parent 978fb06d69
commit 103b8d5eb3
1 changed files with 12 additions and 0 deletions

12
cachix/nrdxp.nix Normal file
View File

@ -0,0 +1,12 @@
{
nix = {
binaryCaches = [
"https://nrdxp.cachix.org"
];
binaryCachePublicKeys = [
"nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="
];
};
}