Skip to content

Commit

Permalink
mk-python-derivation: passthru disabled (#328421)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 8, 2025
2 parents 53ae2f0 + 8fd082e commit a9e2a5b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,10 @@ let
outputs = outputs ++ optional withDistOutput "dist";

passthru =
attrs.passthru or { }
{
inherit disabled;
}
// attrs.passthru or { }
// {
updateScript =
let
Expand Down

0 comments on commit a9e2a5b

Please sign in to comment.