nix: use gcc 14 stdenv

This commit is contained in:
outfoxxed 2025-01-10 16:43:13 -08:00
parent 16c35452e4
commit 767e884cda
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -17,6 +17,7 @@ in {
inputs.hyprlang.overlays.default inputs.hyprlang.overlays.default
(final: prev: { (final: prev: {
hyprland-qt-support = final.callPackage ./. { hyprland-qt-support = final.callPackage ./. {
stdenv = final.gcc14Stdenv;
version = "${version}+date=${date}_${self.shortRev or "dirty"}"; version = "${version}+date=${date}_${self.shortRev or "dirty"}";
}; };
}) })