damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 2529797dfb6465ba47b46717e686946bd6f7b9dd
parent bd2193251f2fb43b0b377a72c6d56b143a443324
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  6 Aug 2023 13:50:05 -0700

todo: add local todo helper

Diffstat:
ATODO | 0
Mshell.nix | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO b/TODO diff --git a/shell.nix b/shell.nix @@ -1,5 +1,5 @@ { pkgs ? import <nixpkgs> {} }: with pkgs; mkShell { - buildInputs = with python3Packages; [ Mako requests wabt ]; + buildInputs = with python3Packages; [ Mako requests wabt todo-txt-cli ]; }