ci: fix flake checking
Some checks failed
ci/woodpecker/pr/flake-lock-update Pipeline is pending
ci/woodpecker/push/checks Pipeline was successful
ci/woodpecker/push/flake-lock-update Pipeline failed
ci/woodpecker/pr/checks Pipeline is running

This commit is contained in:
notohh 2024-01-23 17:05:09 -05:00
parent 30c11458b1
commit 12fa47b7b4
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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: