1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

bundler: notes and doc update to include bundlers repo

This commit is contained in:
Tom Bereknyei 2022-01-25 03:48:44 -05:00
parent 93299efc7c
commit dc85e20684
2 changed files with 9 additions and 3 deletions

View file

@ -1,2 +1,8 @@
# 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.