1
0
Fork 0
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:
Jeremy Fleischman 2025-04-22 17:07:08 -07:00
parent 9099b7dd87
commit 5ea7b97147
No known key found for this signature in database
8 changed files with 103 additions and 60 deletions

View file

@ -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',