Integrate follow packs into onboarding suggestions

Closes: https://github.com/damus-io/damus/issues/3007
Changelog-Added: Added new onboarding suggestions based on user-selected interests
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
Daniel D’Aquino
2025-05-16 14:45:22 -07:00
parent b8bf5df7bc
commit eeea9d3266
20 changed files with 1187 additions and 206 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = with python3Packages; [ Mako requests wabt todo-txt-cli ];
buildInputs = with python3Packages; [ Mako requests wabt todo-txt-cli pyyaml ];
}