Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
64 lines
2.5 KiB
Markdown
64 lines
2.5 KiB
Markdown
# Coding conventions {#chap-conventions}
|
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
|
|
|
## Syntax {#sec-syntax}
|
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
|
|
|
## Package naming {#sec-package-naming}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
## File naming and organisation {#sec-organisation}
|
|
|
|
This section has been moved to [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
|
|
|
|
### Versioning {#sec-versioning}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
## Fetching Sources {#sec-sources}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
## Obtaining source hash {#sec-source-hashes}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
### Obtaining hashes securely {#sec-source-hashes-security}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
## Patches {#sec-patches}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
## Package tests {#sec-package-tests}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
### Writing inline package tests {#ssec-inline-package-tests-writing}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
### Writing larger package tests {#ssec-package-tests-writing}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
### Running package tests {#ssec-package-tests-running}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
### Examples of package tests {#ssec-package-tests-examples}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
### Linking NixOS module tests to a package {#ssec-nixos-tests-linking}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|
|
|
|
### Import From Derivation {#ssec-import-from-derivation}
|
|
|
|
This section has been moved to [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md).
|