Skip to content

Commit 37c1735

Browse files
committed
fix ci by appropriately overriding the unwrapped drv instead of the wrapper
1 parent ffe0e54 commit 37c1735

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/matrix.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
}: let
55
nixpkgs = (import ./nix-checkouts.nix).${builtins.replaceStrings ["."] ["_"] qtver};
66
compilerOverride = (nixpkgs.callPackage ./variations.nix {}).${compiler};
7-
pkg = (nixpkgs.callPackage ../default.nix {}).override compilerOverride;
7+
pkg = nixpkgs.callPackage ../default.nix {
8+
quickshell-unwrapped = (nixpkgs.callPackage ../unwrapped.nix {}).override compilerOverride;
9+
};
810
in pkg

0 commit comments

Comments
 (0)