diff --git a/flake-modules/dev/devshell.nix b/flake-modules/dev/devshell.nix index e0a07bfc..dd2a8731 100644 --- a/flake-modules/dev/devshell.nix +++ b/flake-modules/dev/devshell.nix @@ -37,6 +37,7 @@ launchTest = pkgs.writeShellApplication { name = "launch-tests"; runtimeInputs = with pkgs; [ + getopt jq fzf ];