fix(config): add default channel name for home-manager
Alan Pearce alan@alanpearce.eu
Fri, 10 May 2024 12:29:32 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M internal/config/config.go → internal/config/config.go
@@ -77,6 +77,7 @@ }, "home-manager": { Name: "Home Manager", Enable: false, + Channel: "home-manager", Type: importer.Channel, ImportPath: "default.nix", Attribute: "docs.json",