diff options
author | David Arnold <david.arnold@iohk.io> | 2022-08-10 18:49:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 18:49:29 -0500 |
commit | b58785ab83166556934028465c189cf8694ca517 (patch) | |
tree | 33dc41afffd421ee6f45765ecb3a537c9c2b2973 /src | |
parent | 8f3fdef1e0cce2a5c6fc2e0740a069092f93e1da (diff) |
docfix: bundlers
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/bundle.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/bundle.md b/src/nix/bundle.md index 2bb70711f..a18161a3c 100644 --- a/src/nix/bundle.md +++ b/src/nix/bundle.md @@ -44,7 +44,7 @@ flake output attributes: * `bundlers.<system>.default` -If an attribute *name* is given, `nix run` tries the following flake +If an attribute *name* is given, `nix bundle` tries the following flake output attributes: * `bundlers.<system>.<name>` |