Page MenuHomePhorge

D4969.1765103821.diff
No OneTemporary

Size
1005 B
Referenced Files
None
Subscribers
None

D4969.1765103821.diff

diff --git a/docs/nix_dev_env.md b/docs/nix_dev_env.md
--- a/docs/nix_dev_env.md
+++ b/docs/nix_dev_env.md
@@ -85,4 +85,4 @@
## How Nix introduces dependencies to a development environment
-Nix installs packages in the Nix store at package-specific paths (e.g. `/nix/store-x7kdiasp...-clang/bin/clang`). When you run `nix develop`, Nix sets environment variables such as `PATH` to expose the binary dependencies to your shell. This model can be extended through shell hooks to support other build toolchains such as `pkg-config`, `cmake`, and many other language specific package managers by simply adding the repective toolchain to `nativeBuildInputs`.
+Nix installs packages in the Nix store at package-specific paths (e.g. `/nix/store/x7kdiasp...-clang/bin/clang`). When you run `nix develop`, Nix sets environment variables to expose the development dependencies to your shell. This model can be extended to support many development tools such as `yarn`, `pkg-config`, `cmake`, and many others.

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 10:37 AM (20 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5843457
Default Alt Text
D4969.1765103821.diff (1005 B)

Event Timeline