tuist-pr clone
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user