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.
2 parents 59f1785 + b34e865 commit ea26a82Copy full SHA for ea26a82
modules/hooks.nix
@@ -4039,7 +4039,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
4039
entry =
4040
let
4041
# TODO: was .vale.ini, threw error in Nix
4042
- configFile = builtins.toFile "vale.ini" "${hooks.vale.settings.config}";
+ configFile = builtins.toFile "vale.ini" "${hooks.vale.settings.configuration}";
4043
cmdArgs =
4044
mkCmdArgs
4045
(with hooks.vale.settings; [
0 commit comments