From dc85e20684c6763330d35f7855e8ac741dfdfa23 Mon Sep 17 00:00:00 2001 From: Tom Bereknyei Date: Tue, 25 Jan 2022 03:48:44 -0500 Subject: [PATCH] bundler: notes and doc update to include bundlers repo --- doc/manual/src/release-notes/rl-next.md | 6 ++++++ src/nix/bundle.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 78ae99f4b..e755173c0 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -1,2 +1,8 @@ # Release X.Y (202?-??-??) +* `nix bundle` breaking API change now supports bundlers of the form + `bundler..= 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. + diff --git a/src/nix/bundle.md b/src/nix/bundle.md index 317b7000b..f151eeabc 100644 --- a/src/nix/bundle.md +++ b/src/nix/bundle.md @@ -29,9 +29,9 @@ R""( # Description -`nix bundle`, by default, packs the closure of the [Nix app](./nix3-run.md) -*installable* into a single self-extracting executable. See the [`nix-bundle` -homepage](https://github.com/matthewbauer/nix-bundle) for more details. +`nix bundle`, by default, packs the closure of the *installable* into a single +self-extracting executable. See the [`bundlers` +homepage](https://github.com/NixOS/bundlers) for more details. > **Note** >