dotfiles/.woodpecker.yml

24 lines
491 B
YAML

pipeline:
restore-cache:
image: drillster/drone-volume-cache
restore: true
mount:
- /nix/store
volumes:
- /var/lib/woodpecker/cache:/cache
check:
image: nixpkgs/nix-flakes:latest
pull: true
commands:
- nix --no-sandbox flake info
- nix --no-sandbox develop -c statix check
rebuild-cache:
image: drillster/drone-volume-cache
rebuild: true
mount:
- /nix/store
volumes:
- /var/lib/woodpecker/cache:/cache