softinio.com/.woodpecker.yml
Salar Rahmanian f5e3692468
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci improvements and update to README
2024-02-11 10:28:06 -08:00

12 lines
246 B
YAML

steps:
- name: build
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix build
- nix flake show
- nix flake info
when:
event: [push, pull_request]