diff options
author | Tom Bereknyei <tomberek@gmail.com> | 2022-01-25 03:48:44 -0500 |
---|---|---|
committer | Tom Bereknyei <tomberek@gmail.com> | 2022-01-25 03:48:44 -0500 |
commit | dc85e20684c6763330d35f7855e8ac741dfdfa23 (patch) | |
tree | b81795b9244a82a411600e1db70755ed85ca651b /src/nix/bundle.md | |
parent | 93299efc7c587194de4c88ddcba5d33df3b51bf6 (diff) |
bundler: notes and doc update to include bundlers repo
Diffstat (limited to 'src/nix/bundle.md')
-rw-r--r-- | src/nix/bundle.md | 6 |
1 files changed, 3 insertions, 3 deletions
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** > |