Skip to content

Commit

Permalink
todo: add local todo helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Aug 6, 2023
1 parent bd21932 commit 2529797
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added TODO
Empty file.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -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 ];
}

0 comments on commit 2529797

Please sign in to comment.