From f31a935c20f591fd3b441e49bb1bd8ea6f8c78dd Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 19 Nov 2024 16:12:59 +0100 Subject: [PATCH] chore: Add jinja2-cli to the nix-shell dependencies --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index d9c6bc0..e2debe4 100644 --- a/shell.nix +++ b/shell.nix @@ -4,6 +4,7 @@ pkgs.mkShell { cargo-edit gettext # envsubst gh + jinja2-cli yq-go ]; }