chore: set up treefmt-nix and reformat
1 file changed, 7 insertions(+), 7 deletions(-)
changed files
M docs/developing.md → docs/developing.md
@@ -2,11 +2,11 @@ # Development ### Pre-requisites -- [Nix (the package manager)](https://nixos.org/download/) with [flakes enabled](https://nixos.wiki/wiki/flakes#Enable_flakes_temporarily) -- Optional: - - [cachix](https://docs.cachix.org/installation#installation) - - [lorri](https://github.com/nix-community/lorri) - - [direnv](https://direnv.net/) +- [Nix (the package manager)](https://nixos.org/download/) with [flakes enabled](https://nixos.wiki/wiki/flakes#Enable_flakes_temporarily) +- Optional: + - [cachix](https://docs.cachix.org/installation#installation) + - [lorri](https://github.com/nix-community/lorri) + - [direnv](https://direnv.net/) ### Setup@@ -16,13 +16,13 @@ ```shell-session cachix use pre-commit-hooks ``` -2. Start a nix shell (this will take some time) +1. Start a nix shell (this will take some time) ```shell-session nix develop ``` -3. Optional: install direnv, integrate it with your shell and then run +1. Optional: install direnv, integrate it with your shell and then run ```shell-session ln -s .envrc.sample .envrc