forked from quickshell/quickshell
ci: test compilation against supported qt version / compiler matrix
This commit is contained in:
parent
57a5d8e1ed
commit
cb426973d7
7 changed files with 102 additions and 4 deletions
8
ci/matrix.nix
Normal file
8
ci/matrix.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
qtver,
|
||||
compiler,
|
||||
}: let
|
||||
nixpkgs = (import ./nix-checkouts.nix).${builtins.replaceStrings ["."] ["_"] qtver};
|
||||
compilerOverride = (nixpkgs.callPackage ./variations.nix {}).${compiler};
|
||||
pkg = (nixpkgs.callPackage ../default.nix {}).override compilerOverride;
|
||||
in pkg
|
Loading…
Add table
Add a link
Reference in a new issue