dotfiles/.woodpecker/test.yml

11 lines
239 B
YAML

pipeline:
check:
image: nixpkgs/nix-flakes:latest
pull: true
commands:
- nix --no-sandbox flake metadata
- nix --no-sandbox develop --eval-store ./nix-store -c statix check ./nixos
secrets: [ github_token ]