You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a .nix file shows me completion for nixos (not HM) module options. Trying to evaluate the expression manually with nix eval .#homeConfigurations.nixd.options yields
error:
… while evaluating the attribute 'meta'
at «none»:0: (source not available)
… while evaluating the attribute 'doc'
at «none»:0: (source not available)
… while evaluating the attribute 'value'
at /nix/store/cjvwy2rr87ir1nb6wvs9n6lvbnzlqrdg-source/lib/modules.nix:807:9:
806| in warnDeprecation opt //
807| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
808| inherit (res.defsFinal') highestPrio;
… while calling the 'addErrorContext' builtin
at /nix/store/cjvwy2rr87ir1nb6wvs9n6lvbnzlqrdg-source/lib/modules.nix:807:17:
806| in warnDeprecation opt //
807| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
808| inherit (res.defsFinal') highestPrio;
… while evaluating the option `meta.doc':
error: The option `meta.doc' is used but not defined.
The text was updated successfully, but these errors were encountered:
I am trying to follow the HM example. Consider the following HM config:
Opening a .nix file shows me completion for nixos (not HM) module options. Trying to evaluate the expression manually with
nix eval .#homeConfigurations.nixd.options
yieldsThe text was updated successfully, but these errors were encountered: