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

@@ -5,7 +5,7 @@
pkgs,
}:
let
inherit (inputs.jawz-scripts.packages.x86_64-linux) download;
download = pkgs.download;
gallerySecretsPath = lib.attrByPath [ "sops" "secrets" "gallery-dl/secrets" "path" ] null config;
in
{