1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

remove superfluos capitalisation

This commit is contained in:
fricklerhandwerk 2023-10-06 23:04:46 +02:00
parent 4bcf52fe1b
commit 82e7185436

View file

@ -22,7 +22,7 @@ They can be written and launched outside of NixOS, on any Linux machine[^darwin]
[^darwin]: Support for [running NixOS VM tests on macOS](https://github.com/NixOS/nixpkgs/issues/108984) is also implemented but [currently undocumented](https://github.com/NixOS/nixpkgs/issues/254552).
Integration tests are reproducible due to the design properties of Nix, making them a valuable part of a Continuous Integration (CI) pipeline.
Integration tests are reproducible due to the design properties of Nix, making them a valuable part of a continuous integration (CI) pipeline.
## The `nixosTest` function