diff --git a/nix/packages.nix b/nix/packages.nix index 9a65b889d3..eb50d4a17b 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -14,7 +14,7 @@ }; runtimeDeps = with pkgs; [ - nodejs_20 ripgrep git openssh ffmpeg + nodejs_20 ripgrep git openssh ffmpeg tirith ]; runtimePath = pkgs.lib.makeBinPath runtimeDeps;