diff options
author | Travis A. Everett <travis.a.everett@gmail.com> | 2022-09-17 13:20:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-17 13:20:11 -0500 |
commit | 4bd52bf6c4c88e2f8a9b703d75c3db5ad062353c (patch) | |
tree | 631a2ea9677aa1fea7a9b809d04ce6d90c43eb12 /doc | |
parent | dc8c0b173c2cc5bd0fe4273f741fda5591ba4133 (diff) |
Apply suggestions from code review
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/contributing/hacking.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md index f4aeda871..5fad34763 100644 --- a/doc/manual/src/contributing/hacking.md +++ b/doc/manual/src/contributing/hacking.md @@ -85,8 +85,6 @@ $ nix develop ## Testing Nix -Nix comes with three different flavors of tests: unit, functional and integration. - ### Unit-tests The unit-tests for each Nix library (`libexpr`, `libstore`, etc..) are defined |