We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe0e54 commit 37c1735Copy full SHA for 37c1735
ci/matrix.nix
@@ -4,5 +4,7 @@
4
}: let
5
nixpkgs = (import ./nix-checkouts.nix).${builtins.replaceStrings ["."] ["_"] qtver};
6
compilerOverride = (nixpkgs.callPackage ./variations.nix {}).${compiler};
7
- pkg = (nixpkgs.callPackage ../default.nix {}).override compilerOverride;
+ pkg = nixpkgs.callPackage ../default.nix {
8
+ quickshell-unwrapped = (nixpkgs.callPackage ../unwrapped.nix {}).override compilerOverride;
9
+ };
10
in pkg
0 commit comments