gallery-dl fix
All checks were successful
MCP Tests / mcp-tests (push) Successful in 16s

This commit is contained in:
Danilo Reyes
2026-03-31 22:19:45 -06:00
parent 339e79a712
commit 1877ad159e
6 changed files with 49 additions and 3 deletions

View File

@@ -61,7 +61,10 @@
packages =
(inputs.jawz-scripts.packages.${system} or { })
// {
download = pkgs.download;
doom-emacs = portableEmacs.package;
gallery-dl = pkgs.gallery-dl;
gallery-dl-dev = pkgs.gallery-dl-dev;
mcp-tests = mcpTests;
nixos-mcp = nixosMcp;
nixos-mcp-server = mcpServerPkg;