Merge pull request #191354 from abathur/resholve_fix_outputhash

resholve: use originalSrc for nixpkgs-update bot
This commit is contained in:
Thiago Kenji Okada 2022-09-17 22:53:47 +01:00 committed by GitHub
commit 099436f4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,8 @@ rec {
# retain a reference to the base
passthru = unresholved.passthru // {
unresholved = unresholved;
# fallback attr for update bot to query our src
originalSrc = unresholved.src;
};
# do these imply that we should use NoCC or something?