blob: 51c9a9480556ff8e693ee3ec54163350253e6080 (
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
- format: |
cd nixrc
nixpkgs-fmt --check ./
|