nixpkgs: pull from stable due to build failures

This commit is contained in:
Aly Raffauf 2024-06-12 08:04:03 -04:00
parent 20c080154d
commit 17ba962644

View file

@ -40,7 +40,7 @@
hyprnome = unstable.hyprnome; hyprnome = unstable.hyprnome;
hyprshot = unstable.hyprshot; hyprshot = unstable.hyprshot;
xdg-desktop-portal-hyprland = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; xdg-desktop-portal-hyprland = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
obsidian = unstable.obsidian.overrideAttrs (old: { obsidian = prev.obsidian.overrideAttrs (old: {
installPhase = installPhase =
builtins.replaceStrings ["--ozone-platform=wayland"] builtins.replaceStrings ["--ozone-platform=wayland"]
["--ozone-platform=wayland --enable-wayland-ime"] ["--ozone-platform=wayland --enable-wayland-ime"]