[NixOS] Add cache.railbird.ai as a binaryCache
This commit is contained in:
parent
8d358a2cd8
commit
bad70fb304
@ -33,6 +33,12 @@
|
|||||||
"nixpkgs=${inputs.nixpkgs.outPath}"
|
"nixpkgs=${inputs.nixpkgs.outPath}"
|
||||||
];
|
];
|
||||||
settings.nix-path = nixPath;
|
settings.nix-path = nixPath;
|
||||||
|
binaryCaches = [
|
||||||
|
"https://cache.railbird.ai"
|
||||||
|
];
|
||||||
|
binaryCachePublicKeys = [
|
||||||
|
"cache.railbird.ai:KhnvcouxtIU2zxUcjJsm4bUK3o1S3p8xMf9qfZGF7/A="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
Loading…
Reference in New Issue
Block a user