softinio.com/.woodpecker.yml
Salar Rahmanian 187577ab4d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
remove using volumes with woodpecker for now
2024-02-10 23:56:40 -08:00

10 lines
200 B
YAML

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