diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 992c646f..31e5c12b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,7 +16,7 @@ jobs: github_access_token: ${{ secrets.GITHUB_TOKEN }} - uses: cachix/cachix-action@v12 with: - name: nixvim + name: nix-community authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix flake check - run: nix flake check ./templates/_wrapper/simple diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bd7cc1e..194edd34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,4 +108,6 @@ 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`. +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 nix-community`.