summary refs log tree commit diff
path: root/doc/contributing
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2021-04-13 14:55:15 +0200
committertomberek <tomberek@users.noreply.github.com>2021-04-26 11:47:42 -0400
commit04f82b9ebd89cb47951d9a67bffe35c67bee72fe (patch)
tree32cf4fe010aaf3eb757d9c0b7b7878db23260672 /doc/contributing
parent53d547ce1946edb6e90f0468c6e8c4aee49edf21 (diff)
downloadnixpkgs-04f82b9ebd89cb47951d9a67bffe35c67bee72fe.tar
nixpkgs-04f82b9ebd89cb47951d9a67bffe35c67bee72fe.tar.gz
nixpkgs-04f82b9ebd89cb47951d9a67bffe35c67bee72fe.tar.bz2
nixpkgs-04f82b9ebd89cb47951d9a67bffe35c67bee72fe.tar.lz
nixpkgs-04f82b9ebd89cb47951d9a67bffe35c67bee72fe.tar.xz
nixpkgs-04f82b9ebd89cb47951d9a67bffe35c67bee72fe.tar.zst
nixpkgs-04f82b9ebd89cb47951d9a67bffe35c67bee72fe.zip
doc/submitting-changes: remove incorrect remark
Tests don't only apply to NixOS modules, see for example tests/vscodium
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing/submitting-changes.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/submitting-changes.chapter.md b/doc/contributing/submitting-changes.chapter.md
index 8a981284153..e360dba5abd 100644
--- a/doc/contributing/submitting-changes.chapter.md
+++ b/doc/contributing/submitting-changes.chapter.md
@@ -161,7 +161,7 @@ Many Nix packages are designed to run on multiple platforms. As such, it’s imp
 
 ### Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests) {#submitting-changes-nixos-tests}
 
-Packages with automated tests are much more likely to be merged in a timely fashion because it doesn’t require as much manual testing by the maintainer to verify the functionality of the package. If there are existing tests for the package, they should be run to verify your changes do not break the tests. Tests only apply to packages with NixOS modules defined and can only be run on Linux. For more details on writing and running tests, see the [section in the NixOS manual](https://nixos.org/nixos/manual/index.html#sec-nixos-tests).
+Packages with automated tests are much more likely to be merged in a timely fashion because it doesn’t require as much manual testing by the maintainer to verify the functionality of the package. If there are existing tests for the package, they should be run to verify your changes do not break the tests. Tests can only be run on Linux. For more details on writing and running tests, see the [section in the NixOS manual](https://nixos.org/nixos/manual/index.html#sec-nixos-tests).
 
 ### Tested compilation of all pkgs that depend on this change using `nixpkgs-review` {#submitting-changes-tested-compilation}