Skip to content

Commit 2529797

Browse files
committed
todo: add local todo helper
1 parent bd21932 commit 2529797

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

TODO

Whitespace-only changes.

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ pkgs ? import <nixpkgs> {} }:
22
with pkgs;
33
mkShell {
4-
buildInputs = with python3Packages; [ Mako requests wabt ];
4+
buildInputs = with python3Packages; [ Mako requests wabt todo-txt-cli ];
55
}

0 commit comments

Comments
 (0)