From f24d27c8954d354d30f7eab238075bace1081d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 11 Mar 2025 12:56:12 +0100 Subject: [PATCH] try to reproduce CI error with newer nix version --- pkgs/clan-cli/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/clan-cli/default.nix b/pkgs/clan-cli/default.nix index 537fc020f..309d67e54 100644 --- a/pkgs/clan-cli/default.nix +++ b/pkgs/clan-cli/default.nix @@ -155,7 +155,8 @@ pythonRuntime.pkgs.buildPythonApplication { buildInputs = [ pkgs.bash pkgs.coreutils - pkgs.nix + # Use newer nix versions to get more insights on profile creation race condition + nixVersions.nix_2_26 ]; closureInfo = pkgs.closureInfo { rootPaths = [