integration-tests: Migrate to nix.settings

We no longer test against 22.05 so this can be updated.
This commit is contained in:
Zhaofeng Li 2022-12-01 01:57:56 -07:00
parent 8b87f0de02
commit d597bdf4b3

View file

@ -137,7 +137,7 @@ let
"nixpkgs=${pkgs.path}" "nixpkgs=${pkgs.path}"
]; ];
nix.binaryCaches = lib.mkForce []; nix.settings.substituters = lib.mkForce [];
virtualisation = { virtualisation = {
memorySize = 3072; memorySize = 3072;
@ -171,7 +171,7 @@ let
# #
# Kept as minimal as possible. # Kept as minimal as possible.
targetConfig = { lib, ... }: { targetConfig = { lib, ... }: {
nix.binaryCaches = lib.mkForce []; nix.settings.substituters = lib.mkForce [];
documentation.nixos.enable = lib.mkOverride 60 true; documentation.nixos.enable = lib.mkOverride 60 true;