mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -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
|
@ -4,4 +4,4 @@
|
|||
"rev": "1.1.13",
|
||||
"sha256": "0zm73wcxjfad3841wl1xpx20drhynrqlxsjh1d1gsh618b7ldpib",
|
||||
"fetchSubmodules": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,6 +43,7 @@ if __name__ == "__main__":
|
|||
)
|
||||
+ "\n"
|
||||
)
|
||||
f.write("\n")
|
||||
|
||||
src = (
|
||||
subprocess.run(
|
||||
|
|
Loading…
Add table
Reference in a new issue