flake: overlays: xdph: remove stdenv override

This commit is contained in:
Jacob Birkett 2023-05-02 03:27:30 -07:00 committed by Mihai Fufezan
parent bc7d9c7366
commit 2bdadd2d37
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
in {
overlays.default = final: prev: {
xdg-desktop-portal-hyprland = final.callPackage ./nix/default.nix {
stdenv = final.gcc12Stdenv;
inherit (final) hyprland-protocols hyprland-share-picker;
inherit version;
};