diff options
Diffstat (limited to 'src/nix/develop.md')
-rw-r--r-- | src/nix/develop.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/develop.md b/src/nix/develop.md index e39048bb1..c5a27d08a 100644 --- a/src/nix/develop.md +++ b/src/nix/develop.md @@ -77,7 +77,7 @@ R""( # Description `nix develop` starts a `bash` shell that provides an interactive build -environment nearly identical to what Nix would use to build +environment nearly identical to what Lix would use to build [*installable*](./nix.md#installables). Inside this shell, environment variables and shell functions are set up so that you can interactively and incrementally build your package. |