Terms and Definitions in Nix Project: Difference between revisions
imported>Nix m add anchor link for User Environment |
imported>Nix m trim anchors |
||
| 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>]] | ||
|-------- | |-------- | ||
|| <div id=" | || <div id="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. | ||
| Line 38: | Line 38: | ||
|| [http://nixos.org/nix/manual/#idp26825824 Nix Manual: Glossary] | || [http://nixos.org/nix/manual/#idp26825824 Nix Manual: Glossary] | ||
|-------- | |-------- | ||
|| <div id=" | || <div id="generation">Generation</div> | ||
|| Nix | || Nix | ||
|| A past revision of a user's environment. This term connotes the cloning and modification of an existing user environment. Nix's environment rollback facilities rely on Generations. | || A past revision of a user's environment. This term connotes the cloning and modification of an existing user environment. Nix's environment rollback facilities rely on Generations. | ||