diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 992c646f..d472438d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,5 +18,6 @@ jobs: with: name: nixvim authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - run: nix flake check - - run: nix flake check ./templates/_wrapper/simple + - run: nix flake check --all-systems --builders "" + - run: nix flake check --all-systems --builders "" ./templates/_wrapper/simple --no-write-lock-file + - run: nix build .#docs --show-trace