mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +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
|
@ -605,8 +605,8 @@
|
|||
''^tests/functional/flakes/prefetch\.sh$''
|
||||
''^tests/functional/flakes/run\.sh$''
|
||||
''^tests/functional/flakes/show\.sh$''
|
||||
''^tests/functional/fmt\.sh$''
|
||||
''^tests/functional/fmt\.simple\.sh$''
|
||||
''^tests/functional/formatter\.sh$''
|
||||
''^tests/functional/formatter\.simple\.sh$''
|
||||
''^tests/functional/gc-auto\.sh$''
|
||||
''^tests/functional/gc-concurrent\.builder\.sh$''
|
||||
''^tests/functional/gc-concurrent\.sh$''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue