diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-17 16:01:30 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-17 16:01:30 -0400 |
commit | 7610725401f276ce47a6ce8873646c6aca4407d5 (patch) | |
tree | b86fddab3262616e162e60a351f7b313119dd438 /pkgs/default.nix | |
parent | add astal package, update flake to support packages (diff) | |
download | dotfiles-nix-7610725401f276ce47a6ce8873646c6aca4407d5.tar.gz dotfiles-nix-7610725401f276ce47a6ce8873646c6aca4407d5.tar.bz2 dotfiles-nix-7610725401f276ce47a6ce8873646c6aca4407d5.zip |
unofficial-homestuck-collection: init at 2.6.5
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r-- | pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 042fc16..58e8f05 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -9,4 +9,5 @@ let in { astal = build ./astal; + unofficial-homestuck-collection = build ./unofficial-homestuck-collection; } |