should fix python now

This commit is contained in:
alsaiduq-lab 2025-03-30 03:47:35 -06:00
parent 8ed99daa24
commit c95c2af3d5
3 changed files with 2 additions and 21 deletions

View file

@ -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" ];