mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
pkgs/poetry: Insert newline in src.json
This commit is contained in:
parent
99239ffb23
commit
2f301f99a6
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ if __name__ == "__main__":
|
||||||
)
|
)
|
||||||
+ "\n"
|
+ "\n"
|
||||||
)
|
)
|
||||||
|
f.write("\n")
|
||||||
|
|
||||||
src = (
|
src = (
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
|
|
Loading…
Add table
Reference in a new issue