pkgs: write down that meta should be last

This commit is contained in:
Sandro 2025-03-05 02:49:43 +01:00 committed by Masum Reza
parent 293f97544c
commit d325772e9e

View File

@ -400,6 +400,8 @@ If there is only one version of a package, its Nix expression should be named (e
## Meta attributes
The `meta` attribute set should always be placed last in the derivativion and any other "meta"-like attribute sets like `passthru` should be written before it.
* `meta.description` must:
* Be short, just one sentence.
* Be capitalized.