Page MenuHomePhabricator

D6728.diff
No OneTemporary

D6728.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
@@ -136,4 +136,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 respective 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 such as `PATH` to expose the binary dependencies to your shell. This model can be extended to support other build toolchains such as pkg-config, CMake, and many other language specific package managers.

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 2:15 AM (21 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2496111
Default Alt Text
D6728.diff (1 KB)

Event Timeline