mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
refactor: Simplify Shapely test
This commit is contained in:
parent
860530598f
commit
4ee1b00b21
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
|||
{ lib, poetry2nix, python38 }:
|
||||
|
||||
{ poetry2nix }:
|
||||
poetry2nix.mkPoetryApplication {
|
||||
python = python38;
|
||||
pyproject = ./pyproject.toml;
|
||||
poetrylock = ./poetry.lock;
|
||||
src = lib.cleanSource ./.;
|
||||
projectDir = ./.;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue