mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
refactor: create a new nix formatter run
command alias for nix fmt
This refactor shouldn't change much except add a new `nix formatter run` command. This creates space for the new `nix formatter build` command, which I'll be introducing in the next commit.
This commit is contained in:
parent
9099b7dd87
commit
5ea7b97147
8 changed files with 103 additions and 60 deletions
|
@ -132,7 +132,7 @@ suites = [
|
|||
'nix-copy-ssh-ng.sh',
|
||||
'post-hook.sh',
|
||||
'function-trace.sh',
|
||||
'fmt.sh',
|
||||
'formatter.sh',
|
||||
'eval-store.sh',
|
||||
'why-depends.sh',
|
||||
'derivation-json.sh',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue