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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;