Describe the bug
Home configurations do not show up on flake outputs, unlike darwin configurations and system configurations.
To Reproduce
Steps to reproduce the behavior:
- Clone the home manager template
nix flake init -t github:numtide/blueprint#home-manager-standalone
- Run
nix flake show
- No
homeConfigurations or homeConfigs to be found.
Expected behavior
Ideally an output with different homeConfigurations would be shown, but even just homeConfigurations: unknown would be fine to be commensurate with darwinConfigurations: unknown and systemConfigs: unknown. Even homeModules: unknown makes its appearance.
Describe the bug
Home configurations do not show up on flake outputs, unlike darwin configurations and system configurations.
To Reproduce
Steps to reproduce the behavior:
nix flake init -t github:numtide/blueprint#home-manager-standalonenix flake showhomeConfigurationsorhomeConfigsto be found.Expected behavior
Ideally an output with different homeConfigurations would be shown, but even just
homeConfigurations: unknownwould be fine to be commensurate withdarwinConfigurations: unknownandsystemConfigs: unknown. EvenhomeModules: unknownmakes its appearance.