2022-12-03 16:29:14 +00:00
|
|
|
pipeline:
|
|
|
|
|
|
|
|
check:
|
|
|
|
image: nixpkgs/nix-flakes:latest
|
|
|
|
pull: true
|
|
|
|
commands:
|
2022-12-21 15:07:53 +00:00
|
|
|
- time nix flake metadata
|
2022-12-21 20:11:47 +00:00
|
|
|
- time nix --no-sandbox develop --eval-store /var/build-nix-store -c statix check
|
|
|
|
- time nix flake check --eval-store /var/build-nix-store
|
|
|
|
volumes:
|
|
|
|
- /var/lib/woodpecker/nix-store:/var/build-nix-store
|