From 4e030e5221f7a3d2858cab0ae8b22e1a2174a95b Mon Sep 17 00:00:00 2001 From: Piper McCorkle Date: Thu, 18 Aug 2022 04:04:02 -0500 Subject: [PATCH] flyctl: add "fly" alias This alias is installed by the upstream install script: https://fly.io/install.sh --- pkgs/development/web/flyctl/default.nix | 1 + 1 file changed, 1 insertion(+) 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 {