nix: use gcc12

This commit is contained in:
Mihai Fufezan 2022-12-24 01:24:38 +02:00
parent 45bbf9a3b2
commit e47f4cec69
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 1 additions and 0 deletions

View File

@ -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;
};