1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

nix: Use nixfmt for formatting

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-04-10 00:19:48 +02:00
parent 22efe708c8
commit 96f45dbe05

View file

@ -134,7 +134,7 @@
in {
fmt = pkgs.runCommand "check-fmt" {} ''
cd ${self}
"${pkgs.alejandra}/bin/alejandra" --check . 2>> $out
"${pkgs.nixfmt}/bin/nixfmt" --check . 2>> $out
'';
}
);