should fix python now
This commit is contained in:
parent
8ed99daa24
commit
c95c2af3d5
3 changed files with 2 additions and 21 deletions
|
|
@ -1,10 +1,5 @@
|
|||
{ lib, python311Packages, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
customPydantic = python311Packages.pydantic.overridePythonAttrs (oldAttrs: {
|
||||
doCheck = false;
|
||||
});
|
||||
in
|
||||
python311Packages.buildPythonPackage rec {
|
||||
pname = "nginx-language-server";
|
||||
version = "0.8.0";
|
||||
|
|
@ -23,6 +18,7 @@ python311Packages.buildPythonPackage rec {
|
|||
pygls
|
||||
customPydantic
|
||||
crossplane
|
||||
pydantic
|
||||
lsprotocol
|
||||
];
|
||||
pythonImportsCheck = [ "nginx_language_server" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue