Skip to content

Commit f676b5b

Browse files
committed
track addition of postResholve in nixpkgs pr 439997
This (currently-unmerged) PR adds a `postResholve` attr and appends it to postFixup. PR authored by dsg22 in 9bbf270466e43f2d23af34d2fff2c78c1e65c267 I will likely close that PR as soon as a I cut a resholve release that includes this to let the bump PR supersede it.
1 parent 216f759 commit f676b5b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nixpkgs/resholve-utils.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ rec {
226226
version,
227227
passthru ? { },
228228
solutions,
229+
postResholve ? "",
229230
...
230231
}@attrs:
231232
let
@@ -280,6 +281,8 @@ rec {
280281
# LOGLEVEL="INFO";
281282
preFixup = phraseSolutions solutions unresholved;
282283

284+
postFixup = postResholve;
285+
283286
# don't break the metadata...
284287
meta = unresholved.meta;
285288
}

0 commit comments

Comments
 (0)