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 committed by pipeacosta
parent 77ff51fe4f
commit c6f9cd4331

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
'';
}
);