Glossary: Difference between revisions
imported>NobbZ m Link from IFD/Import from derivation |
add GHA |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{merge|Terms and Definitions in Nix Project|Duplicated content}} | |||
== NixOS/Nix/Nixpkgs/Nix* slang terms and common abbreviations == | == NixOS/Nix/Nixpkgs/Nix* slang terms and common abbreviations == | ||
| Line 17: | Line 17: | ||
| '''Abbreviation''' || '''Full version''' || '''Explanation''' || '''Link''' | | '''Abbreviation''' || '''Full version''' || '''Explanation''' || '''Link''' | ||
|- | |- | ||
| CA || Content-addressed || If a derivation is Content Addressed it means that the hashes in the paths of its outputs are generated by the outputs contents. || | | CA || Content-addressed || If a derivation is Content Addressed it means that the hashes in the paths of its outputs are generated by the outputs contents. || [[Ca-derivations]] | ||
|- | |- | ||
| 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. || | ||
| Line 37: | Line 37: | ||
|- | |- | ||
| LGTM || Looks Good To Me || Often left as a comment on PRs | | LGTM || Looks Good To Me || Often left as a comment on PRs | ||
|- | |||
| GHA || [https://docs.github.com/en/actions GitHub Actions] || Referring to nixpkgs' CI workflows | |||
|} | |} | ||