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