Update .forgejo/workflows/update_input.yaml

This commit is contained in:
silver 2024-08-07 02:10:37 +00:00
parent 510545dd96
commit 35887a8fba

View file

@ -22,16 +22,16 @@ jobs:
- run: | - run: |
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
attic use skynet-cache attic use skynet-cache
nix develop nix develop --accept-flake-config
colmena build -v --on @active-dns colmena build -v --on @active-dns -- --accept-flake-config
colmena build -v --on @active-core colmena build -v --on @active-core -- --accept-flake-config
colmena build -v --on @active colmena build -v --on @active -- --accept-flake-config
colmena build -v --on @active-ext colmena build -v --on @active-ext -- --accept-flake-config
colmena build -v --on @active-gitlab colmena build -v --on @active-gitlab -- --accept-flake-config
shell: bash shell: bash
- run: | - run: |
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
attic use skynet-cache attic use skynet-cache
attic push skynet-cache $(colmena build) attic push skynet-cache $(colmena build -- --accept-flake-config)
shell: bash shell: bash
#- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 #- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5