nix-conf/.build.yml
2025-08-25 23:50:16 -03:00

15 lines
336 B
YAML

image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
sources:
- https://git.sr.ht/~sposito/nix-conf
tasks:
- build: |
cd nix-conf
nix flake check
- check_fmt: |
cd nix-conf
nixpkgs-fmt --check .
- static: |
cd nix-conf
nix run nixpkgs#statix check .