Squash merge dev into master
This commit is contained in:
parent
3b40f76557
commit
c9341c29c5
12 changed files with 133 additions and 63 deletions
|
|
@ -42,9 +42,10 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
python-ngx-lsp = pkgs.callPackage ./python-nginx-language-server {
|
||||
inherit lib;
|
||||
fetchFromGitHub = pkgs.fetchFromGitHub;
|
||||
python311Packages = customPythonPackages;
|
||||
};
|
||||
# removing for now since it seems to work, will leave just in case
|
||||
# python-ngx-lsp = pkgs.callPackage ./python-nginx-language-server {
|
||||
# inherit lib;
|
||||
# fetchFromGitHub = pkgs.fetchFromGitHub;
|
||||
# python311Packages = customPythonPackages;
|
||||
#};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue