softinio.com/.woodpecker.yml

12 lines
246 B
YAML
Raw Normal View History

2024-02-10 23:55:06 -08:00
steps:
- name: build
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix build
2024-02-11 10:28:06 -08:00
- nix flake show
- nix flake info
2024-02-10 23:55:06 -08:00
when:
event: [push, pull_request]