dotfiles/.woodpecker.yml

7 lines
206 B
YAML

pipeline:
check:
image: nixos/nix:latest
commands:
- nix-shell --pure --run 'nix --extra-experimental-features "flakes nix-command" flake info'
- nix-shell --pure --run 'statix check'