try to reproduce CI error with newer nix version
This commit is contained in:
@@ -155,7 +155,8 @@ pythonRuntime.pkgs.buildPythonApplication {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.bash
|
pkgs.bash
|
||||||
pkgs.coreutils
|
pkgs.coreutils
|
||||||
pkgs.nix
|
# Use newer nix versions to get more insights on profile creation race condition
|
||||||
|
nixVersions.nix_2_26
|
||||||
];
|
];
|
||||||
closureInfo = pkgs.closureInfo {
|
closureInfo = pkgs.closureInfo {
|
||||||
rootPaths = [
|
rootPaths = [
|
||||||
|
|||||||
Reference in New Issue
Block a user