ci: revert pathing for now
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
cdba6b990d
commit
0444fe424a
1 changed files with 0 additions and 8 deletions
|
@ -4,16 +4,8 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||||
- nix flake check
|
- nix flake check
|
||||||
when:
|
|
||||||
path:
|
|
||||||
include: [ '*.nix' ]
|
|
||||||
exclude: [ '*.md', '*.yml' ]
|
|
||||||
fmt:
|
fmt:
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||||
- nix run nixpkgs#alejandra -- -c .
|
- nix run nixpkgs#alejandra -- -c .
|
||||||
when:
|
|
||||||
path:
|
|
||||||
include: [ '*.nix' ]
|
|
||||||
exclude: [ '*.md', '*.yml' ]
|
|
||||||
|
|
Loading…
Reference in a new issue