chore: Remove unused parameter

This commit is contained in:
Victor Engmark 2023-02-15 14:17:21 +13:00
parent b5fa4810df
commit 9df29d50e9

View file

@ -1,4 +1,4 @@
{ lib, poetry2nix, python3 }:
{ lib, poetry2nix }:
let
drv = poetry2nix.mkPoetryApplication {
pyproject = ./pyproject.toml;