0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

treewide: Fix incorrect string escapes

This commit is contained in:
piegames 2024-12-23 21:58:07 +01:00
parent ccd60fa3b5
commit 603733851b
28 changed files with 44 additions and 44 deletions

View file

@ -436,7 +436,7 @@ in
extraConfig = "internal;";
};
"~ ^/lib.*\.(js|css|gif|png|ico|jpg|jpeg)$" = {
"~ ^/lib.*\\.(js|css|gif|png|ico|jpg|jpeg)$" = {
extraConfig = "expires 365d;";
};