Update .forgejo/workflows/update_input.yaml
This commit is contained in:
parent
61598df6c7
commit
8a19ede87c
1 changed files with 7 additions and 7 deletions
|
@ -30,12 +30,12 @@ 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
|
||||||
attic push skynet-cache $(ls -d /nix/store/*/)
|
attic push skynet-cache $(ls -d /nix/store/*/) --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
|
Loading…
Reference in a new issue