nix/overlays: gcc13 -> gcc14 (#305)

This commit is contained in:
Austin Horstman 2024-12-16 15:22:24 -06:00 committed by GitHub
parent 0c6861f819
commit 7116c9ffff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ in {
xdg-desktop-portal-hyprland = lib.composeManyExtensions [
(final: prev: {
xdg-desktop-portal-hyprland = final.callPackage ./default.nix {
stdenv = prev.gcc13Stdenv;
stdenv = prev.gcc14Stdenv;
inherit (final.qt6) qtbase qttools wrapQtAppsHook qtwayland;
inherit version;
};