Terms and Definitions in Nix Project: Difference between revisions
imported>Nix m trim anchors |
imported>Nix m add warning against messing with anchor divs |
||
Line 4: | Line 4: | ||
If you come across a term or word you don't know, add it here. | If you come across a term or word you don't know, add it here. | ||
<!-- README: Rows in this table with named divs have been linked to in other pages. Avoid renaming or removing any of the divs. --> | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 28: | 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 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. | ||
Line 38: | Line 39: | ||
|| [http://nixos.org/nix/manual/#idp26825824 Nix Manual: Glossary] | || [http://nixos.org/nix/manual/#idp26825824 Nix Manual: Glossary] | ||
|-------- | |-------- | ||
|| <div id="generation"> | || <div id="generation"></div>Generation | ||
|| 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. |