Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Some functions missing from the list #7

Open
iFreilicht opened this issue Nov 5, 2023 · 3 comments
Open

Some functions missing from the list #7

iFreilicht opened this issue Nov 5, 2023 · 3 comments

Comments

@iFreilicht
Copy link

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?

@hsjobeki
Copy link
Collaborator

hsjobeki commented Nov 5, 2023

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)

@ThinkChaos
Copy link

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.

@hsjobeki
Copy link
Collaborator

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants