vuls: init at 0.27.0
[NixPkgs.git] / doc / contributing / coding-conventions.chapter.md
blob3afa6140c6cdcfded283022098ce90348b717d5e
1 # Coding conventions {#chap-conventions}
3 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
5 ## Syntax {#sec-syntax}
7 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
9 ## Package naming {#sec-package-naming}
11 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
13 ## File naming and organisation {#sec-organisation}
15 This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
17 ### Versioning {#sec-versioning}
19 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
21 ## Fetching Sources {#sec-sources}
23 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
25 ## Obtaining source hash {#sec-source-hashes}
27 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
29 ### Obtaining hashes securely {#sec-source-hashes-security}
31 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
33 ## Patches {#sec-patches}
35 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
37 ## Package tests {#sec-package-tests}
39 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
41 ### Writing inline package tests {#ssec-inline-package-tests-writing}
43 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
45 ### Writing larger package tests {#ssec-package-tests-writing}
47 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
49 ### Running package tests {#ssec-package-tests-running}
51 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
53 ### Examples of package tests {#ssec-package-tests-examples}
55 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
57 ### Linking NixOS module tests to a package {#ssec-nixos-tests-linking}
59 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
61 ### Import From Derivation {#ssec-import-from-derivation}
63 This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).