This commit is contained in:
parent
b22583edca
commit
bd4f0ba092
11
.drone.yml
Normal file
11
.drone.yml
Normal 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 .#
|
Loading…
x
Reference in New Issue
Block a user