build cache
This commit is contained in:
parent
69d687ead8
commit
cc251bf3d1
1 changed files with 5 additions and 1 deletions
|
@ -4,4 +4,8 @@ jobs:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: nix flake check
|
- run: nix flake update
|
||||||
|
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
|
||||||
|
- run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
|
||||||
|
- run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel
|
||||||
|
- run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
|
||||||
|
|
Loading…
Reference in a new issue