mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -05:00
chore: remove overridden check inputs
This commit is contained in:
parent
7035e65ed0
commit
faa127bd29
1 changed files with 2 additions and 2 deletions
|
@ -1932,7 +1932,7 @@ lib.composeManyExtensions [
|
||||||
});
|
});
|
||||||
|
|
||||||
installer = pkgs.python3.pkgs.installer.override {
|
installer = pkgs.python3.pkgs.installer.override {
|
||||||
inherit (self) buildPythonPackage flit-core mock;
|
inherit (self) buildPythonPackage flit-core;
|
||||||
};
|
};
|
||||||
|
|
||||||
build = self.callPackage ./build.nix { };
|
build = self.callPackage ./build.nix { };
|
||||||
|
@ -1942,7 +1942,7 @@ lib.composeManyExtensions [
|
||||||
};
|
};
|
||||||
|
|
||||||
packaging = pkgs.python3.pkgs.packaging.override {
|
packaging = pkgs.python3.pkgs.packaging.override {
|
||||||
inherit (self) buildPythonPackage flit-core pretend;
|
inherit (self) buildPythonPackage flit-core;
|
||||||
};
|
};
|
||||||
|
|
||||||
tomli = self.callPackage ./tomli.nix { };
|
tomli = self.callPackage ./tomli.nix { };
|
||||||
|
|
Loading…
Add table
Reference in a new issue