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
Right now (as of 97abe7d) there's no completion for option-names at the |-symbol in the example above. A similar case can be observed when using imports or mkMerge:
{lib, ... }: {imports=[({config, ... }: {# no completion in here})];}
{lib, ... }: {services=lib.mkMerge[{# no completion in here}];}
The text was updated successfully, but these errors were encountered:
While a lot of modules are in their own files, it's also possible to inline them in e.g. a flake.nix:
Right now (as of 97abe7d) there's no completion for option-names at the
|
-symbol in the example above. A similar case can be observed when usingimports
ormkMerge
:The text was updated successfully, but these errors were encountered: