summaryrefslogtreecommitdiff
path: root/pkgs/hy3/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-07-16 10:20:12 -0400
committerFreya Murphy <freya@freyacat.org>2025-07-16 10:20:12 -0400
commit3d804b033bfcfc155644b63a4c5fcc4efc7623ea (patch)
tree74cfc143999b83832ccabc0a250ed97f02a0974e /pkgs/hy3/default.nix
parentupdate commits (diff)
downloaddotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.tar.gz
dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.tar.bz2
dotfiles-nix-3d804b033bfcfc155644b63a4c5fcc4efc7623ea.zip
update commits
Diffstat (limited to '')
-rw-r--r--pkgs/hy3/default.nix6
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
- ];
-}