fmt: fix usage of deadnix
This commit is contained in:
parent
87665339e4
commit
463829e7f8
@ -209,7 +209,7 @@
|
|||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
isUnstable = true;
|
isUnstable = true;
|
||||||
};
|
};
|
||||||
xintray = xintray.packages.${system}.xintray;
|
inherit (xintray.packages.${system}) xintray;
|
||||||
});
|
});
|
||||||
|
|
||||||
templates."ada" = {
|
templates."ada" = {
|
||||||
|
3
fmt
3
fmt
@ -4,7 +4,8 @@ set -e
|
|||||||
|
|
||||||
find . -name \*.nix -exec nix fmt {} \+
|
find . -name \*.nix -exec nix fmt {} \+
|
||||||
find . -name \*.sh -exec shfmt -w {} \+
|
find . -name \*.sh -exec shfmt -w {} \+
|
||||||
find . -name \*.nix -exec deadnix -f -l -L {} \+
|
|
||||||
|
deadnix -f -l -L .
|
||||||
shfmt -w deploy
|
shfmt -w deploy
|
||||||
shfmt -w mkboot
|
shfmt -w mkboot
|
||||||
statix check .
|
statix check .
|
||||||
|
Loading…
Reference in New Issue
Block a user