feat(fetch-listing): poc recursive fetching

This commit is contained in:
Else, Someone 2025-04-27 16:53:07 +00:00
parent 6df68a7e9c
commit cfff120c9b
5 changed files with 1370 additions and 133 deletions

View file

@ -31,4 +31,8 @@ mkShell {
openssl
sqlite
];
shellHook = ''
export DATABASE_PATH="$HOME/.local/share/sidx/sidx.db"
unset out outputs phases
'';
}