ci: fix flake checking
This commit is contained in:
parent
30c11458b1
commit
12fa47b7b4
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ steps:
|
|||
commands:
|
||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
- nix flake check
|
||||
when:
|
||||
- path:
|
||||
include: ['*.nix']
|
||||
exclude: ['*.md', 'docs/**', '.woodpecker/*.yaml', '*.js', '*.lua', '*.scss', '*.nu']
|
||||
fmt:
|
||||
image: nixos/nix
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue