Noogle: Difference between revisions
Noogle.dev - nix function exploring |
Add more user oriented value examples. |
||
Line 2: | Line 2: | ||
Noogle is a community maintained search page designed specifically for NixOS users and maintainers. It knows about all standard nix functions. Which are typically used via <code>builtins</code>, <code>lib</code> and the <code>pkgs</code> attributes. | Noogle is a community maintained search page designed specifically for NixOS users and maintainers. It knows about all standard nix functions. Which are typically used via <code>builtins</code>, <code>lib</code> and the <code>pkgs</code> attributes. | ||
Noogle.dev is especially useful when: | |||
* you are looking for a function doing a certain transformation. For example: [https://noogle.dev/q?from=list&to=attrset List -> AttributeSet] [https://noogle.dev/q?from=list&to=string List -> String] [https://noogle.dev/q?from=attrset&to=list AttributeSet -> List] | |||
* quick companion looking up how to use a certain function. | |||
* fuzzy searching within all the functions | |||
* finding the source position of functions | |||
== Discoverability == | == Discoverability == |