diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..53576dc --- /dev/null +++ b/.woodpecker.yml @@ -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] +