Skip to content

Commit

Permalink
Fix reference to renamed option
Browse files Browse the repository at this point in the history
  • Loading branch information
totoroot committed Apr 2, 2024
1 parent 8fffe4f commit 9715094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
let
# .luarc.json has to be in a directory,
# or lua-language-server will hang forever.
luarc = pkgs.writeText ".luarc.json" (builtins.toJSON hooks.lua-ls.settings.config);
luarc = pkgs.writeText ".luarc.json" (builtins.toJSON hooks.lua-ls.settings.configuration);
luarc-dir = pkgs.stdenv.mkDerivation {
name = "luarc";
unpackPhase = "true";
Expand Down

0 comments on commit 9715094

Please sign in to comment.