mirror of
https://github.com/nix-community/naersk
synced 2024-11-14 16:07:10 +00:00
Pass through the builtDependencies
So that it's easy to reference them which is handy during debugging.
This commit is contained in:
parent
5c762ec61b
commit
8e0af29278
1 changed files with 4 additions and 0 deletions
|
@ -235,6 +235,10 @@ with rec
|
|||
|
||||
runHook postInstall
|
||||
'';
|
||||
passthru = {
|
||||
# Handy for debugging
|
||||
inherit builtDependencies;
|
||||
};
|
||||
}
|
||||
)
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue