Skip to content

Commit 9715094

Browse files
committed
Fix reference to renamed option
1 parent 8fffe4f commit 9715094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
25282528
let
25292529
# .luarc.json has to be in a directory,
25302530
# or lua-language-server will hang forever.
2531-
luarc = pkgs.writeText ".luarc.json" (builtins.toJSON hooks.lua-ls.settings.config);
2531+
luarc = pkgs.writeText ".luarc.json" (builtins.toJSON hooks.lua-ls.settings.configuration);
25322532
luarc-dir = pkgs.stdenv.mkDerivation {
25332533
name = "luarc";
25342534
unpackPhase = "true";

0 commit comments

Comments
 (0)