commit 873012c169e5ac949e0a903088e7933cf250ccbe
parent 3c32cd3cedc297bee95560f47d49843e92d21a02
Author: figsoda <figsoda@pm.me>
Date: Tue, 9 May 2023 17:55:05 -0400
parent 3c32cd3cedc297bee95560f47d49843e92d21a02
Author: figsoda <figsoda@pm.me>
Date: Tue, 9 May 2023 17:55:05 -0400
Merge pull request #9 from wamserma/patch-2
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -17,13 +17,13 @@ This doesn't apply to bug fixes. Haumea only depends on [nixpkgs.lib](https://github.com/nix-community/nixpkgs.lib). Features that depend on the rest of [nixpkgs] should not be added. -However, changes that are specific to, but doesn't depend on [nixpkgs] are allowed. +However, changes that are specific to, but don't depend on [nixpkgs] are allowed. ## Style - Format all Nix files with [nixpkgs-fmt](https://github.com/nix-community/nixpkgs-fmt). - `with` should be avoided unless absolutely necessary, `let inherit` is preferred at almost all times. -- `rec` attribute sets should be avoid at most times, use `self` or `let-in` instead. +- `rec` attribute sets should be avoided at most times, use `self` or `let-in` instead. [nixpkgs]: https://github.com/nixos/nixpkgs