nixos/.drone.yml

18 lines
289 B
YAML
Raw Normal View History

2022-11-13 16:37:00 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: lint
image: nixos/nix:2.11.1
commands:
- nix-env -i nixpkgs-fmt
2022-11-22 21:24:16 +00:00
- nixpkgs-fmt .
- git diff --exit-code
2022-11-13 16:37:00 +00:00
---
kind: signature
2022-11-22 21:24:16 +00:00
hmac: a178f81ef70146ee3f989c901e10c01455dc972af5fb37b80f3e8bab48f20ef0
2022-11-13 16:37:00 +00:00
...