Skip to content

Commit

Permalink
ble.sh: move package from pkgs.ble-sh to pkgs.blesh
Browse files Browse the repository at this point in the history
  • Loading branch information
aiotter committed Jul 23, 2022
1 parent d3e6b96 commit f117985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ stdenvNoCC.mkDerivation rec {
installFlags = [ "INSDIR=$(out)/share" ];
postInstall = ''
mkdir -p "$out/bin"
cat <<SCRIPT >"$out/bin/ble.sh-share"
cat <<SCRIPT >"$out/bin/blesh-share"
#!${runtimeShell}
# Run this script to find the ble.sh shared folder
# where all the shell scripts are living.
echo "$out/share/ble.sh"
SCRIPT
chmod +x "$out/bin/ble.sh-share"
chmod +x "$out/bin/blesh-share"
mkdir -p "$out/share/lib"
cat <<SCRIPT >"$out/share/lib/_package.sh"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12378,7 +12378,7 @@ with pkgs;

yarn-bash-completion = callPackage ../shells/bash/yarn-completion { };

ble-sh = callPackage ../shells/bash/ble.sh { };
blesh = callPackage ../shells/bash/blesh { };

undistract-me = callPackage ../shells/bash/undistract-me { };

Expand Down

0 comments on commit f117985

Please sign in to comment.