diff options
Diffstat (limited to 'src/nix/build.md')
-rw-r--r-- | src/nix/build.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/build.md b/src/nix/build.md index 0fbb39cc3..2435c1ef6 100644 --- a/src/nix/build.md +++ b/src/nix/build.md @@ -1,5 +1,7 @@ R""( +**Note:** this command's interface is based heavily around [*installables*](./nix.md#installables), which you may want to read about first (`nix --help`). + # Examples * Build the default package from the flake in the current directory: |