nix: add tirith to runtime deps (#6721)

This commit is contained in:
ethernet
2026-04-09 12:58:00 -04:00
committed by GitHub
parent a8b85bb887
commit 637ad443bf

View File

@@ -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;