From b3cb98e4a84208d0ebe289e3eefd49a36f71025b Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 24 May 2023 13:30:19 +0100 Subject: [PATCH] doc/CONTRIBUTING.md: add cachix instructions --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8979e714..660b6d38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`.