Merge pull request #193156 from SuperSandro2000/SuperSandro2000-patch-1

authored by Sandro and committed by GitHub 8bc7b2f2 72f13717

+1 -1
+1 -1
pkgs/development/tools/continuous-integration/fly/default.nix
··· 23 23 24 24 doCheck = false; 25 25 26 - postInstall = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) '' 26 + postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 27 27 installShellCompletion --cmd fly \ 28 28 --bash <($out/bin/fly completion --shell bash) \ 29 29 --fish <($out/bin/fly completion --shell fish) \