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 8fffe4f commit 9715094Copy full SHA for 9715094
modules/hooks.nix
@@ -2528,7 +2528,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
2528
let
2529
# .luarc.json has to be in a directory,
2530
# or lua-language-server will hang forever.
2531
- luarc = pkgs.writeText ".luarc.json" (builtins.toJSON hooks.lua-ls.settings.config);
+ luarc = pkgs.writeText ".luarc.json" (builtins.toJSON hooks.lua-ls.settings.configuration);
2532
luarc-dir = pkgs.stdenv.mkDerivation {
2533
name = "luarc";
2534
unpackPhase = "true";
0 commit comments