15 lines
336 B
YAML
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 .
|