refactor deps-db-and-fetcher

This commit is contained in:
DavHau 2021-05-23 14:01:06 +07:00
parent 0003c4d750
commit a9541433a5
2 changed files with 4 additions and 8 deletions

View file

@ -1 +1 @@
3.3.0
dev

View file

@ -21,13 +21,9 @@ let
inherit pkgs;
};
in
let
pypi_deps_db_src = pkgs.buildEnv {
name = "pypi-deps-db-src";
paths = [ deps_db_src ];
};
in
{ inherit
{
pypi_deps_db_src = deps_db_src;
inherit
pypi_deps_db_src
pypi_fetcher_src