devos/cachix: move cache definitions into modules

This commit is contained in:
Infinidoge 2021-12-02 09:49:44 -05:00
parent 676efc9378
commit 6bb529af81
3 changed files with 0 additions and 0 deletions

View file

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