Added first build workflow
This commit is contained in:
7
.woodpecker/build.yaml
Normal file
7
.woodpecker/build.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
steps:
|
||||
- name: build-nix
|
||||
image: nixos/nix:latest
|
||||
commands:
|
||||
- nix --extra-experimental-features nix-command --extra-experimental-features flakes build
|
||||
- ls -la
|
||||
Reference in New Issue
Block a user