Naïm Camille Favier
Naïm Camille Favier
Sure, although I'm not entirely sure whether we want to welcome cryptocurrency-related projects into the Nix ecosystem, so I'll leave the decision to somebody else.
Nix apparently intentionally rejects "bad" attribute names: https://github.com/NixOS/nix/commit/b0cb11722626e906a73f10dd9a0c9eea29faf43a, https://github.com/NixOS/nix/issues/1342#issuecomment-295241041. You either need to convince @edolstra to change this, or the node maintainers to change their attribute names.
I see two possible solutions: 1. add `&from=0` to all option xref links 2. make `Search.init` not default to the previous model's from and size @ysndr thoughts?
Decide how to expose the options in home-manager (see https://github.com/nix-community/home-manager/issues/2297#issuecomment-1079698898), and then reflect that in the nixos-search backend, probably also with a frontend change to separate HM options from NixOS...
Did some work towards this in https://github.com/nix-community/home-manager/pull/2971 (not solving the main problem).
Would it make more sense to default to "best match" for packages and alphabetical for options? (That's how I have my firefox keyword searches configured) If you search for "nix"...
> `--gc` is used though You can (could?) run the import on a fresh store which the gc flag would clean up after completion. I dont know if that is...
@ysndr could you approve please?
> * Add a `meta` field such as `meta.nixosOptionPrefix = "services.postgresql";`. This can be used to show a search link that shows all relevant options. That's a great idea, kind...