Jump to content

Glossary: Difference between revisions

m
Link column
imported>Turion
No edit summary
imported>ErnstderLage
m (Link column)
Line 6: Line 6:
{| class="wikitable"
{| class="wikitable"
|+ Nix* specific terms
|+ Nix* specific terms
| Term || Explanation
| '''Term''' || '''Explanation''' || '''Link'''
|-
|-
| Hydra || The CI for nixpkgs, see https://hydra.nixos.org
| Hydra || The CI for nixpkgs || https://hydra.nixos.org
|-
|-
| ofborg || A github bot automating CI and other things. See https://github.com/NixOS/ofborg
| ofborg || A github bot automating CI and other things || https://github.com/NixOS/ofborg
|}
|}


{| class="wikitable"
{| class="wikitable"
|+ Nix* specific abbreviations
|+ Nix* specific abbreviations
| Abbreviation || Full version || Explanation
| '''Abbreviation''' || '''Full version''' || '''Explanation''' || '''Link'''
|-
|-
| CA || Content-addressed || ?
| CA || Content-addressed || ? ||
|-
|-
| FOD || Fixed output derivation || A derivation where it is ensured by means of a hash that the output is fixed. Often, these are source tarballs.
| FOD || Fixed output derivation || A derivation where it is ensured by means of a hash that the output is fixed. Often, these are source tarballs. ||
|-
|-
| IFD || Import from derivation || Using the result of a derivation in a nix expression. See https://blog.hercules-ci.com/2019/08/30/native-support-for-import-for-derivation/
| IFD || Import from derivation || Using the result of a derivation in a nix expression. || https://blog.hercules-ci.com/2019/08/30/native-support-for-import-for-derivation/
|-
|-
| NUR || Nix User Repository || A community driven meta-repository of user maintained packages. See https://github.com/nix-community/NUR
| NUR || Nix User Repository || A community driven meta-repository of user maintained packages. || https://github.com/nix-community/NUR
|-
|-
| ZHF || Zero hydra failures || As part of the release cycle, there is a time where nixpkgs maintainers try to minimise the number of build errors. ZHF is the goal of this process.
| ZHF || Zero hydra failures || As part of the release cycle, there is a time where nixpkgs maintainers try to minimise the number of build errors. ZHF is the goal of this process.
Line 30: Line 30:
{| class="wikitable"
{| class="wikitable"
|+ Non-Nix* specific abbreviations that are used heavily in the Nix* ecosystem
|+ Non-Nix* specific abbreviations that are used heavily in the Nix* ecosystem
| Abbreviation || Full version || Nix*-specific explanation
| '''Abbreviation''' || '''Full version''' || '''Nix*-specific explanation'''
|-
|-
| r13y || Reproducibility || The same derivation should produce the same output every time it is instantiated
| r13y || Reproducibility || The same derivation should produce the same output every time it is instantiated
Anonymous user