Correct the nix format typo

This commit is contained in:
sireliah 2021-05-27 10:58:34 +02:00
parent 90d4c8e8a6
commit 74d233de97
No known key found for this signature in database
GPG key ID: DC3990B77E67C595

View file

@ -327,7 +327,7 @@ to use with [nixpkgs](https://nixos.org/nixpkgs/manual).
Contributions to this project are welcome in the form of GitHub PRs. Please consider the following before creating PRs:
- This project uses [nixpkgs-fmt](https://github.com/nix-community/nixpkgs-fmt) for formatting the Nix code. You can use
`nix-shell --run "nixpkgs-fmt .` to format everything.
`nix-shell --run "nixpkgs-fmt ."` to format everything.
- If you are planning to make any considerable changes, you should first present your plans in a GitHub issue so it can be discussed.
- If you add new features please consider adding tests. You can run them locally as follows: