Skip to content

Commit

Permalink
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 e8576e3 commit a8ad2d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 74 deletions.
5 changes: 4 additions & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,10 @@ lib.composeManyExtensions [
};

tomli = self.callPackage ./tomli.nix { };
pyproject-hooks = self.callPackage ./pyproject-hooks.nix { };

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

wheel = pkgs.python3.pkgs.wheel.override {
inherit (self) buildPythonPackage flit-core;
Expand Down
73 changes: 0 additions & 73 deletions overrides/pyproject-hooks.nix

This file was deleted.

0 comments on commit a8ad2d3

Please sign in to comment.