Compare commits
1 commit
bb9e7b1139
...
693eeee537
Author | SHA1 | Date | |
---|---|---|---|
693eeee537 |
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
|
- run: nix flake update systems
|
||||||
- run: nix flake check --keep-going
|
- run: nix flake check --keep-going
|
||||||
build:
|
build:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
|
@ -15,4 +16,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
|
- run: nix flake update systems
|
||||||
- run: nix build --print-build-logs '.#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel'
|
- run: nix build --print-build-logs '.#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel'
|
||||||
|
|
Loading…
Add table
Reference in a new issue