Commit b7c694e5 authored by K900's avatar K900
Browse files

nixos/bentopdf: fix string escape syntax

Caught by Lix main.
parent 5f1c568a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ in
            '';
          };

          locations."~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$".extraConfig = ''
          locations."~* \\.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$".extraConfig = ''
            expires 1y;
            add_header Cache-Control "public, immutable";
          '';