We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b309a8e commit bae0b9fCopy full SHA for bae0b9f
dev/flake.nix
@@ -415,6 +415,7 @@
415
jq
416
just
417
inputs.microvm.packages.${system}.microvm
418
+ nixfmt-rfc-style
419
omnix
420
parallel
421
php
justfile
@@ -30,6 +30,7 @@ dev CLEAN="false":
30
# Format source and then check for unfixable issues
31
format:
32
just --fmt --unstable
33
+ fd --glob "*.nix" -x nixfmt
34
just _phpcbf || true && just _phpcs
35
36
_phpcbf:
0 commit comments