infrastructure/.woodpecker.yml
Victor aafefd9120
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
try using nix store 1
2023-05-12 15:03:50 +02:00

11 lines
357 B
YAML

pipeline:
check:
image: nixos/nix:2.15.0
environment:
- NIX_CONFIG=experimental-features = nix-command flakes
commands:
- nix run --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt 'nixpkgs#statix' check
- nix run 'nixpkgs#deadnix' -- -f
- nix run 'nixpkgs#yamllint' .
volumes:
- /nix:/mnt/nix:ro