Skip to content

Commit

Permalink
docs: update edgecases - use pdm-backend instead of pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored and adisbladis committed Jul 31, 2024
1 parent 1abeebb commit 6bf780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/edgecases.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ poetry2nix.mkPoetryApplication {
second-dependency = prev.second-dependency.overridePythonAttrs
(
old: {
buildInputs = (old.buildInputs or [ ]) ++ [ prev.pdm ];
buildInputs = (old.buildInputs or [ ]) ++ [ prev.pdm-backend ];
}
);
});
Expand Down

0 comments on commit 6bf780a

Please sign in to comment.