mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
doc/CONTRIBUTING.md: add cachix instructions
This commit is contained in:
parent
55415979af
commit
b3cb98e4a8
1 changed files with 2 additions and 0 deletions
|
@ -102,3 +102,5 @@ You can specify the special `tests` attribute in the configuration that will not
|
|||
The tests are then runnable with `nix flake check`.
|
||||
|
||||
There are a second set of tests, unit tests for nixvim itself, defined in `tests/lib-tests.nix` that use the `pkgs.lib.runTests` framework.
|
||||
|
||||
If you want to speed up tests, we have set up a Cachix for nixvim. This way, only tests whose dependencies have changed will be re-run, speeding things up considerably. To use it, just install cachix and run `cachix use nixvim`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue