Skip to content

Commit

Permalink
nix/overlays: gcc13 -> gcc14 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 16, 2024
1 parent 0c6861f commit 7116c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 7116c9f

Please sign in to comment.