Naïm Camille Favier
Naïm Camille Favier
https://github.com/NixOS/nix/pull/7559
It is. If we resolve symlinks then a question arises: should a path be marked `s` when its last component is a symlink, or when any component is?
``` $ nix run nixos-search -- --json flake github:ryantm/agenix Using saved setting for 'extra-substituters = https://nixos-search.cachix.org' from ~/.local/share/nix/trusted-settings.json. Using saved setting for 'extra-trusted-public-keys = nixos-search.cachix.org-1:1HV3YF8az4fywnH+pAd+CXFEdpTXtv9WpoivPi+H70o=' from ~/.local/share/nix/trusted-settings.json. [2023-04-27T08:17:43Z ERROR command_run]...
That's the [public username and password](https://github.com/NixOS/nixos-search/blob/95f04332259b2bb08640c4f7dee05435307d07e6/frontend/src/index.js#L11-L12) we use to access the elasticsearch backend provided by bonsai. I guess the lastpass extension detects that we make an authenticated request and prompts...
This needs fixing in nixpkgs first so that the package is actually exposed in the search, and then we can worry about making it float to the top of the...
Seems rather specific, I don't have motivation to do this but feel free to open a PR I guess. At least for the indexing part; I'm really not sure we...
Would be nice IMO, but not clear how to implement at the moment since we use `nix-env` to extract package information from nixpkgs. Vaguely related: https://github.com/NixOS/nixos-search/issues/345#issuecomment-1079286996 Maybe the answer would...
What do you suggest? Adding `-I nixpkgs=channel:nixos-` to the command line?
I've said this before but I don't think nixos-search should spoonfeed users or teach them how to use Nix. The "How to install" section is meant as a quick reminder...
Turns out https://search.nixos.org/packages?query=discordchatexporter-cli already works, does that answer your request?