Terms and Definitions in Nix Project: Difference between revisions

imported>Nix
m add warning against messing with anchor divs
imported>Nix
link to new user environment page, add better manual links
Line 29: Line 29:
|| [https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/all-packages.nix#L224 all-packages.nix: <code>stdenv =</code>]]
|| [https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/all-packages.nix#L224 all-packages.nix: <code>stdenv =</code>]]
|--------
|--------
|| <div id="user_environment"></div>User Environment
|| <div id="user_environment"></div>[[User Environment]]
|| Nix
|| Nix
|| A set of "active" applications. These applications often exist in the Nix store. A single Nix user may have multiple User Environments.
|| A set of "active" applications. These applications often exist in the Nix store. A single Nix user may have multiple User Environments.
|| [http://nixos.org/nix/manual/#idp26825824 Nix Manual: Glossary]
|| {{Nix Manual|name=Nix Manual - Basic Package Management chapter|anchor=#ch-basic-package-mgmt}} <br>{{Nix Manual|name=Nix Manual - Profiles chapter|anchor=#sec-profiles}} <br>{{Nix Manual|name=Nix Manual - nix-env|anchor=#sec-nix-env}}
|--------
|--------
|| User Profile
|| User Profile