docnix icon indicating copy to clipboard operation
docnix copied to clipboard

Some functions missing from the list

Open iFreilicht opened this issue 1 year ago • 3 comments

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?

iFreilicht avatar Nov 05 '23 13:11 iFreilicht

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)

hsjobeki avatar Nov 05 '23 13:11 hsjobeki

Thanks for this project, I just found it and it replaced an well worn-out browser bookmark :)

pkgs.fetchgit seems to be missing. builtins.fetchGit is there but it's not the same set of args.

ThinkChaos avatar Jan 17 '24 00:01 ThinkChaos

replaced an well worn-out browser bookmark :)

I'm glad this helped you.

I also created https://noogle.dev, which is more up-to-date. So check it out. 😄

https://noogle.dev/f/builtins/fetchGit https://noogle.dev/f/pkgs/fetchgit

hsjobeki avatar Jan 17 '24 14:01 hsjobeki