snowflake/.woodpecker/checks.yml

12 lines
317 B
YAML
Raw Normal View History

2023-09-01 10:19:49 -04:00
steps:
2023-06-18 18:11:15 -04:00
check:
image: nixos/nix
2023-09-01 10:19:49 -04:00
commands:
2023-06-18 18:11:15 -04:00
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix flake check
2023-06-17 13:40:39 -04:00
fmt:
2023-06-17 13:39:14 -04:00
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix run nixpkgs#alejandra -- -c .