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:
parent
77ff51fe4f
commit
c6f9cd4331
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue