mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +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 {
|
in {
|
||||||
overlays.default = _: prev: rec {
|
overlays.default = _: prev: rec {
|
||||||
xdg-desktop-portal-hyprland = prev.callPackage ./nix/default.nix {
|
xdg-desktop-portal-hyprland = prev.callPackage ./nix/default.nix {
|
||||||
|
stdenv = prev.gcc12Stdenv;
|
||||||
inherit (inputs) hyprland-protocols;
|
inherit (inputs) hyprland-protocols;
|
||||||
inherit hyprland-share-picker version;
|
inherit hyprland-share-picker version;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue