treewide: fix nix-env eval in cross (#467887)

This commit is contained in:
John Ericson
2025-12-07 16:04:43 +00:00
committed by GitHub
17 changed files with 56 additions and 34 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ let
psqlSchema = lib.versions.major version;
withJIT = this.withPackages (_: [ this.jit ]);
withJIT = if jitSupport then this.withPackages (_: [ this.jit ]) else null;
withoutJIT = this;
pkgs =