mirror of
https://github.com/divnix/digga.git
synced 2024-11-23 20:22:04 +03:00
11 lines
189 B
Nix
11 lines
189 B
Nix
{
|
|
nix = {
|
|
binaryCaches = [
|
|
"https://nrdxp.cachix.org"
|
|
];
|
|
binaryCachePublicKeys = [
|
|
"nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="
|
|
];
|
|
};
|
|
}
|