refactor: Simplify Shapely test

This commit is contained in:
Victor Engmark 2023-01-30 14:36:15 +13:00
parent 860530598f
commit 4ee1b00b21

View file

@ -1,8 +1,4 @@
{ lib, poetry2nix, python38 }:
{ poetry2nix }:
poetry2nix.mkPoetryApplication {
python = python38;
pyproject = ./pyproject.toml;
poetrylock = ./poetry.lock;
src = lib.cleanSource ./.;
projectDir = ./.;
}