ark/profiles/cachix/nrdxp.nix
2022-02-18 20:31:01 +03:00

7 lines
174 B
Nix

{
nix = {
settings.substituters = ["https://nrdxp.cachix.org"];
binaryCachePublicKeys = ["nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="];
};
}