{ pkgs ? import {} }: let app = pkgs.poetry2nix.mkPoetryApplication { projectDir = ./.; }; in app.dependencyEnv