mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02:00
This is needed to avoid this https://github.com/mesonbuild/meson/issues/13774 when we go back to making our subproject directory `src`.
7 lines
193 B
Markdown
7 lines
193 B
Markdown
# Environment variables
|
|
|
|
- `NIX_PROFILE`
|
|
|
|
Location of the Nix profile. Defaults to the target of the symlink
|
|
`~/.nix-profile`, if it exists, or `/nix/var/nix/profiles/default`
|
|
otherwise.
|