treewide: fix nix-env eval in cross

This commit is contained in:
David McFarland
2025-12-04 19:44:19 -04:00
parent c6277c3819
commit d613d20a13
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 =