feat(fetch-listing): poc recursive fetching
This commit is contained in:
parent
6df68a7e9c
commit
cfff120c9b
5 changed files with 1370 additions and 133 deletions
|
@ -31,4 +31,8 @@ mkShell {
|
|||
openssl
|
||||
sqlite
|
||||
];
|
||||
shellHook = ''
|
||||
export DATABASE_PATH="$HOME/.local/share/sidx/sidx.db"
|
||||
unset out outputs phases
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue