[FIXME] integration-tests: Temproarily pin to Nix 2.18
This commit is contained in:
parent
87eb6c2f4c
commit
141fe82f44
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ let
|
|||
extraDeployerConfig
|
||||
];
|
||||
|
||||
# FIXME: Colmena flake support is broken with Nix 2.24
|
||||
nix.package = pkgs.nixVersions.nix_2_18;
|
||||
|
||||
nix.registry = lib.mkIf (pkgs ? _inputs) {
|
||||
nixpkgs.flake = pkgs._inputs.nixpkgs;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue