Loading pkgs/by-name/aw/await/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchFromGitHub, installShellFiles, versionCheckHook, }: stdenv.mkDerivation rec { Loading Loading @@ -35,6 +36,11 @@ stdenv.mkDerivation rec { runHook postInstall ''; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = with lib; { description = "Small binary that runs a list of commands in parallel and awaits termination"; homepage = "https://await-cli.app"; Loading Loading
pkgs/by-name/aw/await/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchFromGitHub, installShellFiles, versionCheckHook, }: stdenv.mkDerivation rec { Loading Loading @@ -35,6 +36,11 @@ stdenv.mkDerivation rec { runHook postInstall ''; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; meta = with lib; { description = "Small binary that runs a list of commands in parallel and awaits termination"; homepage = "https://await-cli.app"; Loading