dotfiles/.woodpecker.yml

7 lines
206 B
YAML
Raw Normal View History

2022-11-08 13:48:19 +00:00
pipeline:
2022-11-08 16:24:13 +00:00
check:
image: nixos/nix:latest
2022-11-08 13:48:19 +00:00
commands:
2022-11-08 16:24:13 +00:00
- nix-shell --pure --run 'nix --extra-experimental-features "flakes nix-command" flake info'
- nix-shell --pure --run 'statix check'