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
Is your feature request related to a problem? Please describe.
I'd like a search functions that build derivations, like the functions that return derivation for python, rust, vim-plugins, ...
(the trivial builders are already indexed so that's good, but I think we can do better!)
This would potentially need special support from nixpkgs, to have (in the documentation?) structured metadata about what that function helps to build, like Rust Package, Python Package, Python Environment, Vim Plugin, Nvim Config.
Might need to add more usability & attrset option documentation to those as well.
Describe the solution you'd like
Ability to filter by ecosystem (rust, python, java, ..)
Ability to filter by category of well-known things to build (config, env, pkg/module, plugin, misc, ..)
See usage documentation (& attribute docs?) or at least link to documentation (potentially generated from structured doc metadata?)
...
Describe alternatives you've considered
Grepping nixpkgs, looking at existing packages
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd like a search functions that build derivations, like the functions that return derivation for python, rust, vim-plugins, ...
(the trivial builders are already indexed so that's good, but I think we can do better!)
This would potentially need special support from nixpkgs, to have (in the documentation?) structured metadata about what that function helps to build, like
Rust Package
,Python Package
,Python Environment
,Vim Plugin
,Nvim Config
.Might need to add more usability & attrset option documentation to those as well.
Relevant RFC on docstring format: NixOS/rfcs#145
Describe the solution you'd like
Ability to filter by ecosystem (rust, python, java, ..)
Ability to filter by category of well-known things to build (config, env, pkg/module, plugin, misc, ..)
See usage documentation (& attribute docs?) or at least link to documentation (potentially generated from structured doc metadata?)
...
Describe alternatives you've considered
Grepping nixpkgs, looking at existing packages
The text was updated successfully, but these errors were encountered: