Skip to content

Commit

Permalink
chore: remove overridden check inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 24, 2023
1 parent 7035e65 commit faa127b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@ lib.composeManyExtensions [
});

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

build = self.callPackage ./build.nix { };
Expand All @@ -1942,7 +1942,7 @@ lib.composeManyExtensions [
};

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

tomli = self.callPackage ./tomli.nix { };
Expand Down

0 comments on commit faa127b

Please sign in to comment.