add initial woodpecker config

This commit is contained in:
Salar Rahmanian 2024-02-10 23:55:06 -08:00
parent 83cb66c204
commit 0d734e70f2

11
.woodpecker.yml Normal file
View file

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