Skip to content

Commit

Permalink
fixup! chore: remove vendored pyproject-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 24, 2023
1 parent a8ad2d3 commit 94771b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ lib.composeManyExtensions [
tomli = self.callPackage ./tomli.nix { };

pyproject-hooks = pkgs.python3.pkgs.pyproject-hooks.override {
inherit (self) buildPythonPackage flit-core setuptools tomli;
inherit (self) buildPythonPackage flit-core tomli;
};

wheel = pkgs.python3.pkgs.wheel.override {
Expand Down

0 comments on commit 94771b4

Please sign in to comment.