diff --git a/.forgejo/workflows/update_input.yaml b/.forgejo/workflows/update_input.yaml index 2b975d2..dae2e5e 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -23,7 +23,11 @@ jobs: attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY attic use skynet-cache attic watch-store skynet-cache & - shell: bash - - run: colmena build + nix --extra-experimental-features 'nix-command flakes' develop + colmena build -v --on @active-dns + colmena build -v --on @active-core + colmena build -v --on @active + colmena build -v --on @active-ext + colmena build -v --on @active-gitlab shell: bash #- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file