Terms and Definitions in Nix Project: Difference between revisions

imported>Nix
m replace whitespace with template
imported>Nix
m add anchor link for User Environment
Line 28: Line 28:
|| [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>]]
|--------
|--------
|| User Environment
|| <div id="a_user_environment">User Environment</div>
|| 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.