forked from DGNum/colmena
integration-tests: Migrate to nix.settings
We no longer test against 22.05 so this can be updated.
This commit is contained in:
parent
8b87f0de02
commit
d597bdf4b3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue