mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
doc/nix fmt: Do not document behavior we do not control
This leads to confusion about what the command does. E.g. https://github.com/NixOS/nix/issues/9359 - Move the description up - Remove details about the individual formatters
This commit is contained in:
parent
ca3fc1693b
commit
8c4842de8c
2 changed files with 10 additions and 16 deletions
|
@ -11,7 +11,7 @@ cp ./simple.nix ./simple.builder.sh ./fmt.simple.sh ./config.nix "$TEST_HOME"
|
|||
|
||||
cd "$TEST_HOME"
|
||||
|
||||
nix fmt --help | grep "Format"
|
||||
nix fmt --help | grep "forward"
|
||||
|
||||
cat << EOF > flake.nix
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue