builtins
(including builtins.derivation
).There are the following subsets of Nix and Nixpkgs functions available.
Recursively indexed:
lib
pkgs.rustPackages
Recursively means all deeply nested sub-attributes.
Normally indexed:
builtins
pkgs.stdenv
pkgs.dockerTools
pkgs.writers
pkgs.pythonPackages
pkgs.haskell.lib
pkgs.haskell.lib
Some function are not part of the evaluation value of default.nix
in Nixpkgs.
They must be imported individually.
make-disk-image
All Indexing is done via the pasta module. PRs welcome!
Contributions are very welcome just file a PR or issue. Indexed data can be
added very easily in ./pasta/src/eval.nix
.
Note: Indexed data must evaluate!
nix build .#ui
This page generates static HTML pages. One page per API function.
It automatically includes meta tags for other search engines like Google or Bing.
Searching within the page is done via pagefind which is only available in the production build.
nix develop
This command creates the node_modules
directory with all needed dependencies
based on dream2nix
.