Skip to content

Commit

Permalink
packages: rename cli binary to nunki
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jan 29, 2024
1 parent bdb7f84 commit fc88c38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ rec {
for sub in ${builtins.concatStringsSep " " subPackages}; do
install -Dm755 "$out/bin/$sub" "''${!sub}/bin/$sub"
done
mv "$cli/bin/cli" "$cli/bin/nunki"
'';
meta.mainProgram = "cli";
meta.mainProgram = "nunki";
};
inherit (nunki) cli;

Expand Down

0 comments on commit fc88c38

Please sign in to comment.