mirror of
https://github.com/hyprwm/hyprland-qt-support.git
synced 2025-05-12 13:10:35 +01:00
nix: use gcc 14 stdenv
This commit is contained in:
parent
16c35452e4
commit
767e884cda
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ in {
|
|||
inputs.hyprlang.overlays.default
|
||||
(final: prev: {
|
||||
hyprland-qt-support = final.callPackage ./. {
|
||||
stdenv = final.gcc14Stdenv;
|
||||
version = "${version}+date=${date}_${self.shortRev or "dirty"}";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue