summaryrefslogtreecommitdiff
path: root/pkgs/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/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/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 406669b..d9f6fee 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -1,8 +1,7 @@
{pkgs, ...} @ inputs: {
arcanist = pkgs.callPackage ./arcanist {};
astal = pkgs.callPackage ./astal inputs;
- hy3 = pkgs.callPackage ./hy3 inputs;
- libfprint-2-tod1-vfs0090 = pkgs.callPackage ./libfprint-2-tod1-vfs0090 {};
+ gibfprint-2-tod1-vfs0090 = pkgs.callPackage ./libfprint-2-tod1-vfs0090 {};
ly = pkgs.callPackage ./ly {};
unofficial-homestuck-collection = pkgs.callPackage ./unofficial-homestuck-collection {};
}