bundler: notes and doc update to include bundlers repo
This commit is contained in:
parent
93299efc7c
commit
dc85e20684
|
@ -1,2 +1,8 @@
|
||||||
# Release X.Y (202?-??-??)
|
# Release X.Y (202?-??-??)
|
||||||
|
|
||||||
|
* `nix bundle` breaking API change now supports bundlers of the form
|
||||||
|
`bundler.<system>.<name>= derivation: another-derivation;`. This supports
|
||||||
|
additional functionality to inspect evaluation information during bundling. A
|
||||||
|
new [repository](https://github.com/NixOS/bundlers) has various bundlers
|
||||||
|
implemented.
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,9 @@ R""(
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
|
|
||||||
`nix bundle`, by default, packs the closure of the [Nix app](./nix3-run.md)
|
`nix bundle`, by default, packs the closure of the *installable* into a single
|
||||||
*installable* into a single self-extracting executable. See the [`nix-bundle`
|
self-extracting executable. See the [`bundlers`
|
||||||
homepage](https://github.com/matthewbauer/nix-bundle) for more details.
|
homepage](https://github.com/NixOS/bundlers) for more details.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue