mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00

Can fail with the following: output '/nix/store/dxxkcgkl4qfypf97jcw96lgba671hqmb-closure-size-1.0.0' is not allowed to refer to the following paths: /nix/store/9bi4j2k7bnqprn6h2ijn63xgskdgacxk-poetry-1.0.2 /nix/store/bqr68255raz3icc73nq6788105v0r748-postgresql-11.6 /nix/store/qksib0d7ygx1mmqk7172yjz02ya13lsh-gcc-9.2.0
17 lines
309 B
TOML
17 lines
309 B
TOML
[tool.poetry]
|
|
name = "closure-size"
|
|
version = "1.0.0"
|
|
description = ""
|
|
authors = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
psycopg2 = "*"
|
|
trivial = { path = "../trivial" }
|
|
|
|
[tool.poetry.scripts]
|
|
main = "closure_size:main"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=1.0.0"]
|
|
build-backend = "poetry.masonry.api"
|