fetchPipMetadata: fix devShell

This commit is contained in:
DavHau 2023-09-04 23:39:41 +02:00
parent b296c9c868
commit fdd8ca293f
2 changed files with 2 additions and 1 deletions

1
ci.nix
View File

@ -18,5 +18,6 @@ in
recurseIntoAll {
inherit dream2nix-repo dream2nix-repo-flake;
checks = flake.checks.x86_64-linux;
devShells = flake.devShells.x86_64-linux;
packages = flake.packages.x86_64-linux;
}

View File

@ -8,7 +8,7 @@
python3 = pkgs.python310;
in {
devShells.fetch-pip-metadata = let
package = self'.packages.fetch-pip-metadata;
package = self'.packages.fetch-pip-metadata-package;
pythonWithDeps = python3.withPackages (
ps:
package.propagatedBuildInputs