build cache
Some checks failed
/ build (push) Failing after 6s

This commit is contained in:
Ingolf Wagner 2024-07-19 22:50:32 +02:00
parent 83ed770249
commit bc1355aa09
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -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