mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
README: Add missing semicolon
This commit is contained in:
parent
41341346c2
commit
d5be1a8bb8
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ Provides a source filtering mechanism that:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
poetry2nix.cleanPythonSources {
|
poetry2nix.cleanPythonSources {
|
||||||
src = ./.
|
src = ./.;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue