4456d570cc
No profile imports it by default, but if the user wishes to benefit from having some of the packages expressed in this flake pulled down from the cache instead of built locally, they can easily import ./cachix.nix from any profile or host.
12 lines
194 B
Nix
12 lines
194 B
Nix
|
|
{
|
|
nix = {
|
|
binaryCaches = [
|
|
"https://nrdxp.cachix.org"
|
|
];
|
|
binaryCachePublicKeys = [
|
|
"nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="
|
|
];
|
|
};
|
|
}
|
|
|