doc: added info that formatting is now mandatory
This commit is contained in:
parent
510066fa1a
commit
ec28365122
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ nix flake lock --update-input nixpkgs
|
|||
```
|
||||
|
||||
### Formatting
|
||||
Formatting helps keep everything nice and consistent.
|
||||
Formatting helps keep everything nice and consistent.
|
||||
The pipeline will only run if the file is correctly formatted.
|
||||
|
||||
```shell
|
||||
nix fmt
|
||||
|
|
Loading…
Reference in a new issue