From 141fe82f44509d33810d8453b74e9cda222d2d49 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sat, 5 Oct 2024 19:45:15 -0600 Subject: [PATCH] [FIXME] integration-tests: Temproarily pin to Nix 2.18 --- integration-tests/tools.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration-tests/tools.nix b/integration-tests/tools.nix index 5ed43ee..1c717f7 100644 --- a/integration-tests/tools.nix +++ b/integration-tests/tools.nix @@ -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; };