We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c0d7 commit c2dffe8Copy full SHA for c2dffe8
nix/choose-meta.nix
@@ -43,4 +43,6 @@ contents:
43
inherit (contents) modes;
44
}) // (lib.optionalAttrs (contents ? "languageServerNames") {
45
language_server_names = contents.languageServerNames;
46
+}) // (lib.optionalAttrs (lib.hasAttrByPath ["meta" "exporterInfos"] contents) {
47
+ exporter_infos = contents.meta.exporterInfos;
48
})
0 commit comments