blob: 2d779a55027f821273f08093d9b293a904779b02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
image: nixos/unstable
repositories:
nixpkgs: https://nixos.org/channels/nixos-unstable-small
packages:
- nixpkgs.nixpkgs-fmt
sources:
- https://git.sr.ht/~boppy/nixrc
tasks:
- check: |
cd nixrc
nix --extra-experimental-features 'nix-command flakes' flake check --no-build
- format: |
cd nixrc
nixpkgs-fmt --check ./
|