ci: revert pathing for now
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-06-18 18:53:34 -04:00
parent cdba6b990d
commit 0444fe424a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -4,16 +4,8 @@ pipeline:
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix flake check
when:
path:
include: [ '*.nix' ]
exclude: [ '*.md', '*.yml' ]
fmt:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix run nixpkgs#alejandra -- -c .
when:
path:
include: [ '*.nix' ]
exclude: [ '*.md', '*.yml' ]