workon/.drone.yml

12 lines
184 B
YAML
Raw Normal View History

2022-06-30 18:08:27 -04:00
---
kind: pipeline
type: docker
name: NixOS Packages
steps:
- name: Build
image: nixpkgs/cachix-flakes:nixos-22.05
commands:
- nix flake check .#
- nix build .#