infrastructure/.woodpecker.yml
Victor 9a3acb28c8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
try using nix store 4
2023-05-12 15:16:39 +02:00

11 lines
393 B
YAML

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