flake.lock: Update #152

Merged
DarkKirb merged 13 commits from update_flake_lock_action into main 2023-01-29 07:06:59 +00:00
2 changed files with 14 additions and 15 deletions
Showing only changes of commit ddb3ce7b28 - Show all commits

View file

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

View file

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