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 9306d88 commit 59cc725Copy full SHA for 59cc725
modules/hooks.nix
@@ -4149,7 +4149,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
4149
inherit (hooks.typos.settings) config exclude;
4150
configFile = toml.generate "typos-config.toml" config;
4151
excludeFlags = lib.concatStringsSep " "
4152
- (lib.map (glob: "--exclude ${glob}") exclude);
+ (lib.map (glob: "--exclude '${glob}'") exclude);
4153
cmdArgs =
4154
mkCmdArgs
4155
(with hooks.typos.settings; [
0 commit comments