Skip to content

Commit

Permalink
chore: use final.pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 24, 2024
1 parent 21670c4 commit 087f56f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
}:

let
inherit (pkgs) fetchPypi;
addBuildSystem' =
{ final
, drv
Expand Down Expand Up @@ -2890,7 +2889,7 @@ lib.composeManyExtensions [
version = "6.0.1";
pyproject = true;

src = fetchPypi {
src = final.pkgs.fetchPypi {
inherit pname version;
hash = "sha256-cNRzlYWnAI83v0kzwBP9sye4h4paafy7MxbIiILw9Js=";
};
Expand Down

0 comments on commit 087f56f

Please sign in to comment.