From 027bc76db8aabf0b68c7a99a30097714f2184bd9 Mon Sep 17 00:00:00 2001 From: Michael Fellinger Date: Wed, 22 Jul 2020 13:01:49 +0200 Subject: [PATCH] Add nixfmt (#5) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f90ee3c..c2ab0d9 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ ## Command-line tools * [comma](https://github.com/Shopify/comma) - Quickly run any binary; wraps together `nix run` and `nix-index`. +* [nixfmt](https://github.com/serokell/nixfmt) - +A formatter for Nix code, intended to easily apply a uniform style. * [nix-diff](https://github.com/Gabriel439/nix-diff) - Explain why two Nix derivations differ. * [nix-index](https://github.com/bennofs/nix-index) -