Merge pull request #191354 from abathur/resholve_fix_outputhash
resholve: use originalSrc for nixpkgs-update bot
This commit is contained in:
commit
099436f4e0
@ -185,6 +185,8 @@ rec {
|
|||||||
# retain a reference to the base
|
# retain a reference to the base
|
||||||
passthru = unresholved.passthru // {
|
passthru = unresholved.passthru // {
|
||||||
unresholved = unresholved;
|
unresholved = unresholved;
|
||||||
|
# fallback attr for update bot to query our src
|
||||||
|
originalSrc = unresholved.src;
|
||||||
};
|
};
|
||||||
|
|
||||||
# do these imply that we should use NoCC or something?
|
# do these imply that we should use NoCC or something?
|
||||||
|
Loading…
Reference in New Issue
Block a user