1
0
Fork 0

Set priority of hera substituter lower

This commit is contained in:
Malte Brandy 2019-10-28 23:20:58 +01:00
parent 3dbf8cfe1c
commit d628525c3b
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,6 +1,6 @@
{ ... }: {
{ lib, ... }: {
nix = {
binaryCaches = [ "http://hera:5001" ];
binaryCaches = lib.mkAfter [ "http://hera:5001" ];
binaryCachePublicKeys =
[ "hera:dPBUx652Yr9s2pQDeHRQ5dl5zSuo+j94AyvJGZJaMFw=" ];
};