You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
I'm missing some functions like pkgs.buildEnv or pkgs.dockerTools.buildLayeredImage. Noogle is missing those as well. Maybe the logic for finding functions needs to be improved?
The text was updated successfully, but these errors were encountered:
Thanks for the report. It really helps me if people find and report all the various bugs. I'll look into the problems tomorrow.
For now i can say:
pkgs.buildEnv is a functor, not a lambda. need to allow it should be simple fix.
pkgs.dockerTools.buildLayeredImage is weirdly missing. I'll need to put some time into debugging this problem. (Seems some more nested functions are missing as well)
I'm missing some functions like
pkgs.buildEnv
orpkgs.dockerTools.buildLayeredImage
. Noogle is missing those as well. Maybe the logic for finding functions needs to be improved?The text was updated successfully, but these errors were encountered: