Hello,
I’ve recently ran nix-channel --update
and ended up with broken home-manager. I’m very new to nix and not sure where to look to troubleshoot the following error.
❯ home-manager switch
error: 'submoduleWith' at /nix/store/s8j80dqc1g19xqbdm5xs8473iw1jnmyc-nixpkgs/nixpkgs/lib/types.nix:570:7 called with unexpected argument 'description'
at /Users/val123/.nix-defexpr/channels/home-manager/nixos/common.nix:14:14:
13|
14| hmModule = types.submoduleWith {
| ^
15| description = "Home Manager module";