Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.llama-index-graph-stores-nebula: fix build by setting hatchling as build-system

Luna Nova ebff0501 2f4d5012

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix
··· 4 4 fetchPypi, 5 5 llama-index-core, 6 6 nebula3-python, 7 - poetry-core, 7 + hatchling, 8 8 pythonOlder, 9 9 }: 10 10 ··· 21 21 hash = "sha256-BzArWYZIY1SRl1q48wAdAy+mWoId+lNbcsw9LQmmw7Q="; 22 22 }; 23 23 24 - build-system = [ poetry-core ]; 24 + build-system = [ hatchling ]; 25 25 26 26 dependencies = [ 27 27 llama-index-core