nixos-config/.build.yml
2023-04-27 22:47:35 +02:00

17 lines
303 B
YAML

---
image: nixos/unstable
packages:
- nixos.deadnix
- nixos.gnumake
- nixos.nixfmt
- nixos.shellcheck
- nixos.statix
- nixos.stylua
sources:
- https://git.sr.ht/~c8h4/nixos-config
tasks:
- setup: |
make -C nixos-config empty-out-secrets
- lint: |
make -C nixos-config lint