From d597bdf4b3edcf4b4743fbe00bad47c860af64a5 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 1 Dec 2022 01:57:56 -0700 Subject: [PATCH] integration-tests: Migrate to nix.settings We no longer test against 22.05 so this can be updated. --- integration-tests/tools.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/tools.nix b/integration-tests/tools.nix index 9b0cfea..4c69b38 100644 --- a/integration-tests/tools.nix +++ b/integration-tests/tools.nix @@ -137,7 +137,7 @@ let "nixpkgs=${pkgs.path}" ]; - nix.binaryCaches = lib.mkForce []; + nix.settings.substituters = lib.mkForce []; virtualisation = { memorySize = 3072; @@ -171,7 +171,7 @@ let # # Kept as minimal as possible. targetConfig = { lib, ... }: { - nix.binaryCaches = lib.mkForce []; + nix.settings.substituters = lib.mkForce []; documentation.nixos.enable = lib.mkOverride 60 true;