This website requires JavaScript.
Explore
Help
Sign in
quickshell
/
quickshell
Watch
1
Star
1
Fork
You've already forked quickshell
2
Code
Issues
Wiki
Activity
master
quickshell
/
ci
/
variations.nix
8 lines
107 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
ci: test compilation against supported qt version / compiler matrix
2024-11-23 05:08:12 -08:00
{
clangStdenv
,
gccStdenv
,
}
:
{
nix: add overlay
2025-09-28 20:24:43 -07:00
clang
=
{
stdenv
=
clangStdenv
;
}
;
gcc
=
{
stdenv
=
gccStdenv
;
}
;
ci: test compilation against supported qt version / compiler matrix
2024-11-23 05:08:12 -08:00
}
Copy permalink