pipeline: check: image: nixpkgs/nix-flakes:latest pull: true commands: - time nix flake metadata - 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