Skip to content

Commit bae0b9f

Browse files
committed
Add nixfmt
1 parent b309a8e commit bae0b9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
jq
416416
just
417417
inputs.microvm.packages.${system}.microvm
418+
nixfmt-rfc-style
418419
omnix
419420
parallel
420421
php

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dev CLEAN="false":
3030
# Format source and then check for unfixable issues
3131
format:
3232
just --fmt --unstable
33+
fd --glob "*.nix" -x nixfmt
3334
just _phpcbf || true && just _phpcs
3435

3536
_phpcbf:

0 commit comments

Comments
 (0)