Loading nixos/modules/services/networking/cgit.nix +3 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,9 @@ let # taken from https://github.com/python/cpython/blob/05cb728d68a278d11466f9a6c8258d914135c96c/Lib/re.py#L251-L266 special = [ "(" ")" "[" "]" "{" "}" "?" "*" "+" "-" "|" "^" "$" "\\" "." "&" "~" "#" " " "\t" "\n" "\r" "\v" "\f" "#" " " "\t" "\n" "\r" "" # \v / 0x0B "" # \f / 0x0C ]; in replaceStrings special (map (c: "\\${c}") special); Loading Loading
nixos/modules/services/networking/cgit.nix +3 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,9 @@ let # taken from https://github.com/python/cpython/blob/05cb728d68a278d11466f9a6c8258d914135c96c/Lib/re.py#L251-L266 special = [ "(" ")" "[" "]" "{" "}" "?" "*" "+" "-" "|" "^" "$" "\\" "." "&" "~" "#" " " "\t" "\n" "\r" "\v" "\f" "#" " " "\t" "\n" "\r" "" # \v / 0x0B "" # \f / 0x0C ]; in replaceStrings special (map (c: "\\${c}") special); Loading