mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00

At least Virtualenv 16.7.12 and 20.17.1 build with just the "setuptools-scm" build system, so we can probably drop "cython" and "setuptools".
4 lines
71 B
Nix
4 lines
71 B
Nix
{ poetry2nix }:
|
|
poetry2nix.mkPoetryApplication {
|
|
projectDir = ./.;
|
|
}
|