fix build

This commit is contained in:
Charlotte 🦝 Delenk 2023-01-27 10:37:54 +01:00
parent 45c6581422
commit ddb3ce7b28
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 14 additions and 15 deletions

View file

@ -570,20 +570,20 @@
roots = [];
scope = "text.html.basic";
}
{
comment-token = "#";
file-types = ["py"];
indent = {
tab-width = 4;
unit = " ";
};
injection-regex = "python";
language-server.command = "${pkgs.python3Packages.python-lsp-server}/bin/pylsp";
name = "python";
roots = [];
scope = "source.python";
shebangs = ["python"];
}
# {
# comment-token = "#";
# file-types = ["py"];
# indent = {
# tab-width = 4;
# unit = " ";
# };
# injection-regex = "python";
# language-server.command = "${pkgs.python3Packages.python-lsp-server}/bin/pylsp";
# name = "python";
# roots = [];
# scope = "source.python";
# shebangs = ["python"];
# }
{
comment-token = "#";
file-types = ["ncl"];

View file

@ -35,5 +35,4 @@
"d '/var/cache/mediacache' 0750 nginx nginx - -"
];
systemd.services.nginx.serviceConfig.ReadWritePaths = ["/var/cache/mediacache"];
services.nginx.validateConfig = false;
}