mirror of
https://github.com/nix-community/dream2nix.git
synced 2025-01-03 20:06:15 +03:00
minor fixes
This commit is contained in:
parent
7ef59b51d5
commit
72bbad7d9d
@ -158,9 +158,6 @@ Potery uses `pyproject.toml` and `poetry.lock` to lock dependencies
|
||||
// (not relevant for building)
|
||||
"producedBy": "translator-poetry-1",
|
||||
|
||||
// target system
|
||||
"system": "x86_64-linux",
|
||||
|
||||
// dependency graph of the packages
|
||||
"dependencyGraph": {
|
||||
"requests": [
|
||||
|
@ -71,7 +71,7 @@ def main():
|
||||
|
||||
# dump generic lock to stdout (json)
|
||||
with open(output_file, 'w') as lock:
|
||||
json.dump(generic_lock, lock, indent=2)2
|
||||
json.dump(generic_lock, lock, indent=2)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user