nix-community / manix

A fast CLI documentation searcher for Nix [maintainers=@IogaMaster, @akarui-hikarii]
Apache License 2.0
59 stars 4 forks source link

Failed to update Home Manager Options #18

Open BlueskyFR opened 4 months ago

BlueskyFR commented 4 months ago

Hey!

I am requested to run nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager && nix-channel --update in order to make the HM options search work but I don't want to run it on every machine... My system config uses flakes so how can I make manix work out-of-the-box without having to run this extra command after install?

Many thanks!

BlueskyFR commented 4 months ago

Also running the command doesn't fix it for me

Slime90 commented 3 months ago

I can confirm that this issue is a majorly important one for me as well (and all flake consumers)

IogaMaster commented 2 months ago

Sorry, this wasn't put into my notifications. I will investigate soon.

zvolin commented 1 month ago

Hey, I just came across this and tried a fix. I'm kinda new to nix and haven't tested it beyond my config (home-manager managed by nixos through flakes) but it kinda works for me. This solution would require setting

  manual.json.enable = true;

in home configuration.