nixos-search
nixos-search copied to clipboard
Add home-manager to flake sources
Is there any reason why home-manager is still not in here? I feel like there are a lot of people using it and having it's options listed here could be very helpful
See https://github.com/NixOS/nixos-search/issues/323 and https://github.com/nix-community/home-manager/issues/2297
Didn't see this was a PR, reopening in case we want to add home-manager now, but beware it will only index the NixOS module options in https://github.com/nix-community/home-manager/blob/master/nixos/default.nix
Having all options in the search was my original goal, but I guess it should be included anyway?
We're hitting a nix bug because home-manager has no lock file. Opened an issue upstream: https://github.com/NixOS/nix/issues/6541
Is this the homeManagerOptions or the home-manager nixosOptions (and Packages)?
beware it will only index the NixOS module options in https://github.com/nix-community/home-manager/blob/master/nixos/default.nix
@pinpox what is this PR waiting for? It seems to be approved.
@pinpox what is this PR waiting for? It seems to be approved.
I don't know, I don't have merging rights
The CI check failed, my guess is that the home-manager metadata is too large for the CI to process in time.
The CI check failed, my guess is that the home-manager metadata is too large for the CI to process in time.
Hmm is there anything I can do about that? Maybe just re-rul the CI and try againb to see if it was a fluke?