We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd21932 commit 2529797Copy full SHA for 2529797
TODO
shell.nix
@@ -1,5 +1,5 @@
1
{ pkgs ? import <nixpkgs> {} }:
2
with pkgs;
3
mkShell {
4
- buildInputs = with python3Packages; [ Mako requests wabt ];
+ buildInputs = with python3Packages; [ Mako requests wabt todo-txt-cli ];
5
}
0 commit comments