infrastructure/.woodpecker.yml
Vivian da1e34198e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
try using nix store
2023-05-12 15:00:03 +02:00

13 lines
371 B
YAML

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