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/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/default.nix | 3 |
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 {}; } |