10 lines
238 B
YAML
10 lines
238 B
YAML
pipeline:
|
|
check:
|
|
image: nixpkgs/nix-flakes:latest
|
|
pull: true
|
|
commands:
|
|
- nix --no-sandbox flake info
|
|
- nix --no-sandbox develop -c statix check
|
|
volumes:
|
|
- /var/lib/woodpecker/cache/nixstore:/nix/store
|
|
|