mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
nixpkgs: pull from stable due to build failures
This commit is contained in:
parent
20c080154d
commit
17ba962644
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue