add drone config

This commit is contained in:
Garionion 2022-08-05 13:56:44 +02:00
parent cbfaa2f2da
commit 1d4b2d7020
1 changed files with 12 additions and 0 deletions

12
.drone.yaml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: "nixos/nix"
environment:
USER: root
commands:
- nix-channel --update
- nix-build package.nix