tuist-pr clone

This commit is contained in:
2026-03-30 12:32:47 +02:00
parent aae96c7b5a
commit 31b87c7177
2 changed files with 74 additions and 0 deletions

View File

@@ -36,6 +36,13 @@ in {
tea
tokei
tree-sitter
(pkgs.writeShellApplication {
name = "tuist-pr";
runtimeInputs = with pkgs; [coreutils fzf gh git nushell];
text = ''
exec nu ${./_dev-tools/tuist-pr.nu} "$@"
'';
})
]
++ lib.optionals stdenv.isDarwin [
xcodes