Loading pkgs/by-name/up/upsun/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ stdenvNoCC, lib, fetchurl, testers, upsun }: stdenvNoCC.mkDerivation (finalAttrs: { Loading Loading @@ -42,6 +44,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; passthru = { tests.version = testers.testVersion { inherit (finalAttrs) version; package = upsun; }; }; meta = { homepage = "https://github.com/platformsh/cli"; description = "The unified tool for managing your Upsun services from the command line"; Loading Loading
pkgs/by-name/up/upsun/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ stdenvNoCC, lib, fetchurl, testers, upsun }: stdenvNoCC.mkDerivation (finalAttrs: { Loading Loading @@ -42,6 +44,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; passthru = { tests.version = testers.testVersion { inherit (finalAttrs) version; package = upsun; }; }; meta = { homepage = "https://github.com/platformsh/cli"; description = "The unified tool for managing your Upsun services from the command line"; Loading