Description:
I'm currently trying to create a Pull Request in nixpkgs that includes this package but there's another package
with prs binary name. This package utilizes a command-line
interface (CLI) also named prs .
However, it appears there's an existing package named prs within the nixpkgs
repository itself. This means that when attempting to build and potentially use
this package in a PR, there's a conflict arising from the shared binary name.
What can we do to avoid this?
Description:
I'm currently trying to create a Pull Request in nixpkgs that includes this package but there's another package
with prs binary name. This package utilizes a command-line
interface (CLI) also named
prs.However, it appears there's an existing package named prs within the nixpkgs
repository itself. This means that when attempting to build and potentially use
this package in a PR, there's a conflict arising from the shared binary name.
What can we do to avoid this?