nixos-config/.build.yml
2023-07-05 18:31:23 +02:00

22 lines
431 B
YAML

---
image: nixos/unstable
packages:
- nixos.curl
- nixos.deadnix
- nixos.git
- nixos.gnumake
- nixos.gnupg
- 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
curl -L -o c8h4.pgp https://meta.sr.ht/~c8h4.pgp
gpg --import c8h4.pgp
- lint: |
make -C nixos-config lint