main
nix 10 lines 361 Bytes
Raw
1 {
2 # Substituter the staging queue runner forces builders onto for presigned
3 # uploads (services.hydra-queue-runner-dev.settings.forcedSubstituters).
4 nix.settings = {
5 extra-substituters = [ "https://cache-staging.nixos.org" ];
6 extra-trusted-public-keys = [
7 "staging-hydra.nixos.org:XTeS2S4YgmVOVVTBazog3M6pSHoUKw0k5mCcqdmPeCU="
8 ];
9 };
10 }