todo: add local todo helper

This commit is contained in:
William Casarin 2023-08-06 13:50:05 -07:00
parent bd2193251f
commit 2529797dfb
2 changed files with 1 additions and 1 deletions

0
TODO Normal file
View File

View File

@ -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 ];
}