Merge pull request #159662 from polykernel/nix-fix-substituters-merging-order

nixos/nix-daemon: Fix merging order for substituters option
This commit is contained in:
Domen Kožar 2022-02-21 07:24:32 +01:00 committed by GitHub
commit 05afa7d0eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -762,7 +762,7 @@ in
nix.settings = mkMerge [
{
trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
substituters = [ "https://cache.nixos.org/" ];
substituters = mkAfter [ "https://cache.nixos.org/" ];
system-features = mkDefault (
[ "nixos-test" "benchmark" "big-parallel" "kvm" ] ++