all repos — searchix @ 03ebead32af418c6637d2235b1cb9ad5c06e2952

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: set up treefmt-nix and reformat

Alan Pearce
commit

03ebead32af418c6637d2235b1cb9ad5c06e2952

parent

8d2d0bc911591eff2f35b2d3c0eacee06793d4f3

1 file changed, 7 insertions(+), 7 deletions(-)

changed files
M docs/developing.mddocs/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