mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
fix markup of inline code
This commit is contained in:
parent
e7c69a288c
commit
267c6724e0
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ poetry2nix.cleanPythonSources {
|
|||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue