From 2529797dfb6465ba47b46717e686946bd6f7b9dd Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 6 Aug 2023 13:50:05 -0700 Subject: [PATCH] todo: add local todo helper --- TODO | 0 shell.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..e69de29b diff --git a/shell.nix b/shell.nix index bb3ffc4c..81c44299 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ { pkgs ? import {} }: with pkgs; mkShell { - buildInputs = with python3Packages; [ Mako requests wabt ]; + buildInputs = with python3Packages; [ Mako requests wabt todo-txt-cli ]; }