From 47d1856ed03dd17d4f96989121b6c5e4b2c19c23 Mon Sep 17 00:00:00 2001 From: silver Date: Wed, 7 Aug 2024 00:22:34 +0000 Subject: [PATCH] test: see if this helps Signed-off-by: silver --- .forgejo/workflows/update_input.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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