skip eval cache in an effort to try to run in a native builder

This commit is contained in:
Cyryl Płotnicki 2023-08-12 06:50:28 +01:00
parent b248959f79
commit 336c172919

View file

@ -14,10 +14,10 @@ jobs:
name: Checkout
- name: Metadata
run: |
nix --extra-experimental-features 'nix-command flakes' flake metadata
nix --no-eval-cache --extra-experimental-features 'nix-command flakes' flake metadata
- name: Statix
run: |
nix --no-sandbox --extra-experimental-features 'nix-command flakes' develop -c statix check
nix --no-eval-cache --no-sandbox --extra-experimental-features 'nix-command flakes' develop -c statix check
- name: Flake check
run: |
nix --extra-experimental-features 'nix-command flakes' flake check
nix --no-eval-cache --extra-experimental-features 'nix-command flakes' flake check