Skip to content

Commit ab6c42d

Browse files
committed
ci: corrected override
1 parent 200fed2 commit ab6c42d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ci/matrix.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
checkouts = import ./nix-checkouts.nix;
66
nixpkgs = checkouts.${builtins.replaceStrings ["."] ["_"] qtver};
77
compilerOverride = (nixpkgs.callPackage ./variations.nix {}).${compiler};
8-
pkg = (nixpkgs.callPackage ../default.nix {}).override (compilerOverride // {
9-
wayland-protocols = checkouts.latest.wayland-protocols;
10-
});
8+
quickshell-unwrapped = nixpkgs.callPackage ../unwrapped.nix (
9+
compilerOverride //
10+
{inherit (checkouts.latest) wayland-protocols;}
11+
);
12+
pkg = (nixpkgs.callPackage ../default.nix {inherit quickshell-unwrapped;});
1113
in pkg

0 commit comments

Comments
 (0)