fix: build properly on asahi

This commit is contained in:
Youwen Wu 2024-09-01 13:10:58 -07:00
parent fe99a1fc9d
commit becc60243a
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 8 additions and 7 deletions

View file

@ -10,7 +10,7 @@
in {
nixpkgs.overlays = [
(self: super: {
manga-tui = inputs.manga-tui.packages.${pkgs.system}.default;
# manga-tui = inputs.manga-tui.packages.${pkgs.system}.default;
xdg-desktop-portal-hyprland = super.xdg-desktop-portal-hyprland.overrideAttrs (oldAttrs: {
src = oldAttrs.src;
patches =