diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-16 10:20:12 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-16 10:20:12 -0400 |
commit | 3d804b033bfcfc155644b63a4c5fcc4efc7623ea (patch) | |
tree | 74cfc143999b83832ccabc0a250ed97f02a0974e /pkgs/hy3/default.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.tar.gz dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.tar.bz2 dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.zip |
update commits
Diffstat (limited to '')
-rw-r--r-- | pkgs/hy3/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/hy3/default.nix b/pkgs/hy3/default.nix deleted file mode 100644 index 316046b..0000000 --- a/pkgs/hy3/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{system, inputs, ...}: -inputs.hy3.packages.${system}.hy3.overrideAttrs { - patches = [ - ./0001-fix-renderPass-pointer.patch - ]; -} |