Skip to content

Commit

Permalink
chore: remove vendored installer
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 24, 2023
1 parent b427aff commit 5682cf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 53 deletions.
7 changes: 6 additions & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1931,11 +1931,16 @@ lib.composeManyExtensions [
'';
});

installer = self.callPackage ./installer.nix { };
installer = pkgs.python3.pkgs.installer.override {
inherit (self) buildPythonPackage flit-core mock;
};

build = self.callPackage ./build.nix { };

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

packaging = self.callPackage ./packaging.nix { };

tomli = self.callPackage ./tomli.nix { };
Expand Down
52 changes: 0 additions & 52 deletions overrides/installer.nix

This file was deleted.

0 comments on commit 5682cf9

Please sign in to comment.