summaryrefslogtreecommitdiffstats
path: root/pkgs/development/web/flyctl/default.nix
diff options
context:
space:
mode:
authorPiper McCorkle <contact@piperswe.me>2022-08-18 04:04:02 -0500
committerGitHub <noreply@github.com>2022-08-18 04:04:02 -0500
commit4e030e5221f7a3d2858cab0ae8b22e1a2174a95b (patch)
treede97354e772d7eca0ee44aa1c9bddb59620555b1 /pkgs/development/web/flyctl/default.nix
parent0e5e5320981823f45975c1c458d15252b9393805 (diff)
flyctl: add "fly" alias
This alias is installed by the upstream install script: https://fly.io/install.sh
Diffstat (limited to 'pkgs/development/web/flyctl/default.nix')
-rw-r--r--pkgs/development/web/flyctl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/web/flyctl/default.nix b/pkgs/development/web/flyctl/default.nix
index 5ecb5c5b9469..430621059893 100644
--- a/pkgs/development/web/flyctl/default.nix
+++ b/pkgs/development/web/flyctl/default.nix
@@ -42,6 +42,7 @@ buildGoModule rec {
--bash <($out/bin/flyctl completion bash) \
--fish <($out/bin/flyctl completion fish) \
--zsh <($out/bin/flyctl completion zsh)
+ ln -s $out/bin/flyctl $out/bin/fly
'';
passthru.tests.version = testers.testVersion {