mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-21 22:25:58 +01:00
nix: use gcc12
This commit is contained in:
parent
45bbf9a3b2
commit
e47f4cec69
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
in {
|
||||
overlays.default = _: prev: rec {
|
||||
xdg-desktop-portal-hyprland = prev.callPackage ./nix/default.nix {
|
||||
stdenv = prev.gcc12Stdenv;
|
||||
inherit (inputs) hyprland-protocols;
|
||||
inherit hyprland-share-picker version;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue