mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
ci: Fix incorrect with:
usage
This commit is contained in:
parent
2ff4d6337f
commit
16890d6f08
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
||||
test:
|
||||
name: nix flake check
|
||||
runs-on: ubuntu-latest
|
||||
with:
|
||||
extra_nix_config: "extra-platforms = aarch64-linux"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
extra_nix_config: "extra-platforms = aarch64-linux"
|
||||
- run: nix flake check
|
||||
format:
|
||||
name: nix fmt -- --check **/*.nix
|
||||
|
Loading…
x
Reference in New Issue
Block a user