Loading pkgs/development/tools/bbin/default.nix +5 −0 Original line number Diff line number Diff line { lib , stdenvNoCC , fetchFromGitHub , gitUpdater , makeWrapper , babashka-unwrapped }: Loading Loading @@ -33,6 +34,10 @@ stdenvNoCC.mkDerivation rec { runHook postInstall ''; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; }; meta = with lib; { homepage = "https://github.com/babashka/bbin"; description = "Install any Babashka script or project with one command"; Loading Loading
pkgs/development/tools/bbin/default.nix +5 −0 Original line number Diff line number Diff line { lib , stdenvNoCC , fetchFromGitHub , gitUpdater , makeWrapper , babashka-unwrapped }: Loading Loading @@ -33,6 +34,10 @@ stdenvNoCC.mkDerivation rec { runHook postInstall ''; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; }; meta = with lib; { homepage = "https://github.com/babashka/bbin"; description = "Install any Babashka script or project with one command"; Loading