From e47f4cec698080768821b271510985ab94a37e91 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sat, 24 Dec 2022 01:24:38 +0200 Subject: [PATCH] nix: use gcc12 --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 8cd2e53..38e1171 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };