fix: update nixfmt workflow to use latest install action and change nixfmt package
Some checks failed
Nix Format Check / check-format (push) Failing after 10s

This commit is contained in:
Menno van Leeuwen 2024-11-18 15:16:41 +01:00
parent 5a0a4a96c5
commit 212050a0ee
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v25 uses: cachix/install-nix-action@v30
- name: Install nixfmt - name: Install nixfmt
run: nix-env -i nixfmt run: nix-env -i nixfmt-rfc-style
- name: Check Nix formatting - name: Check Nix formatting
run: | run: |