mdbook-container/.woodpecker.yml

9 lines
196 B
YAML
Raw Normal View History

2022-11-27 21:55:46 +01:00
pipeline:
nix:
image: nixos/nix
2022-11-27 22:00:46 +01:00
environment:
2022-11-27 22:01:16 +01:00
- NIX_CONFIG="extra-experimental-features = nix-command flakes"
2022-11-27 21:55:46 +01:00
commands:
- nix flake check
- nix build '.#mdbook-toc'