set priority to 50 for my nix cache
All checks were successful
/ build-all (push) Successful in 1m21s
All checks were successful
/ build-all (push) Successful in 1m21s
This commit is contained in:
parent
a18a778ac2
commit
008bfe94d7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
nix.package = pkgs.nixVersions.latest;
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
extra-substituters = [ "https://nixcache.antoinevaure.fr/" ];
|
||||
extra-substituters = [ "https://nixcache.antoinevaure.fr/?priority=50" ];
|
||||
extra-trusted-public-keys = [ "nixcache.antoinevaure.fr:KbcKN97zPmsDUCNAXj5g1/WWJEk2WnyMgI6CmwgX/QY=" ];
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue