Merge branch 'main' into more-earthworm

This commit is contained in:
Smaug123
2024-03-25 23:54:14 +00:00

View File

@@ -13,7 +13,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Install Nix"
uses: "cachix/install-nix-action@v25"
uses: "cachix/install-nix-action@v26"
with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" }
- name: "Check flake"
run: "nix flake check --all-systems"