fix build
This commit is contained in:
parent
45c6581422
commit
ddb3ce7b28
2 changed files with 14 additions and 15 deletions
|
@ -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"];
|
||||
|
|
|
@ -35,5 +35,4 @@
|
|||
"d '/var/cache/mediacache' 0750 nginx nginx - -"
|
||||
];
|
||||
systemd.services.nginx.serviceConfig.ReadWritePaths = ["/var/cache/mediacache"];
|
||||
services.nginx.validateConfig = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue