Package naming conventions: Difference between revisions
m Add <code> tags |
m Correctly close code tag |
||
| Line 5: | Line 5: | ||
! Use | ! Use | ||
|- | |- | ||
| <code>-bin<code> | | <code>-bin</code> | ||
|The binary is copied from upstream, not build from source using Nix. A <code>-bin</code> version is only available if a source-based version already exists, and there exists a meaninful difference between the two. An example is the Hashicorp Vault package that doesn't include the web UI, but the <code>-bin</code> version does. | |The binary is copied from upstream, not build from source using Nix. A <code>-bin</code> version is only available if a source-based version already exists, and there exists a meaninful difference between the two. An example is the Hashicorp Vault package that doesn't include the web UI, but the <code>-bin</code> version does. | ||
|- | |- | ||