diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-13 11:33:43 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-13 11:33:43 -0400 |
commit | 59802a38b6fd541e09e424d981e76991df485aa1 (patch) | |
tree | 4c2335b09a6e22a8afc59bb301f6f36ae9e3f629 /pkgs/hy3/default.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-59802a38b6fd541e09e424d981e76991df485aa1.tar.gz dotfiles-nix-59802a38b6fd541e09e424d981e76991df485aa1.tar.bz2 dotfiles-nix-59802a38b6fd541e09e424d981e76991df485aa1.zip |
patch hy3 to build with hyprland dev
Diffstat (limited to '')
-rw-r--r-- | pkgs/hy3/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/hy3/default.nix b/pkgs/hy3/default.nix new file mode 100644 index 0000000..316046b --- /dev/null +++ b/pkgs/hy3/default.nix @@ -0,0 +1,6 @@ +{system, inputs, ...}: +inputs.hy3.packages.${system}.hy3.overrideAttrs { + patches = [ + ./0001-fix-renderPass-pointer.patch + ]; +} |