Add drone-ci (and a simple test) #10

Merged
walkah merged 3 commits from drone-ci into main 2022-09-13 22:37:22 -04:00
Showing only changes of commit bd4f0ba092 - Show all commits

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: NixOS Packages
steps:
- name: Build
image: nixpkgs/cachix-flakes:nixos-22.05
commands:
- nix flake check .#
- nix build .#