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:
|
test:
|
||||||
name: nix flake check
|
name: nix flake check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
with:
|
|
||||||
extra_nix_config: "extra-platforms = aarch64-linux"
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: cachix/install-nix-action@v27
|
||||||
|
with:
|
||||||
|
extra_nix_config: "extra-platforms = aarch64-linux"
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
format:
|
format:
|
||||||
name: nix fmt -- --check **/*.nix
|
name: nix fmt -- --check **/*.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user