build cache
This commit is contained in:
parent
83ed770249
commit
bc1355aa09
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: env
|
||||
- run: nix flake update
|
||||
- run: |
|
||||
export NIX_CONFIG="extra-access-tokens = git.ingolf-wagner.de=${{ secrets.ACCESS_TOKEN }}"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue