infra/.woodpecker.yaml

8 lines
188 B
YAML
Raw Normal View History

2024-05-16 20:34:02 +01:00
steps:
- name: check
image: nixpkgs/nix-flakes
commands:
2024-05-16 22:19:29 +01:00
- nix flake check -L --store /woodpecker/nix-cache
2024-05-16 21:53:10 +01:00
volumes:
2024-05-16 22:19:29 +01:00
- woodpecker-nix-store:/woodpecker/nix-cache