From cc251bf3d1cf56758a48fa8415d4b886eccc66d3 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 19 Jul 2024 21:55:40 +0200 Subject: [PATCH] build cache --- .forgejo/workflows/build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index ddb276d..2879cef 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -4,4 +4,8 @@ jobs: runs-on: native steps: - 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