ci: switch to server-level Nix cache
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
D. Moonfire 2023-07-09 23:47:48 -05:00
parent a9c7a5c54a
commit 65806b941f

View file

@ -15,6 +15,8 @@ pipeline:
image: nixpkgs/nix-flakes
commands:
- nix develop --command just build test
volumes:
- woodpecker-nix-store:/nix
when:
event: [manual, pull_request, push]
@ -22,6 +24,8 @@ pipeline:
image: nixpkgs/nix-flakes
commands:
- nix develop --command just release
volumes:
- woodpecker-nix-store:/nix
secrets:
- gitea_token
when: