Files
qdrant/tools/nix/npins/sources.json
Tim Visée b0bb7ef604 Migrate Python to uv (#7790)
* Move pyproject.toml to root

* Migrate pyproject.toml from Poetry to uv

* Update GH workflows

* Update test script, doc and nix to use uv

* Use latest uv

* Fix uv.lock

* Cleanup shell.nix

* Cleanup

- Explicit `uv sync` is not required, `uv run` will install deps
  automatically.
- We don't provide a python package, so the `[build-system]` section
  is not needed.

* Fix UV_VERSION inconsistency

---------

Co-authored-by: tellet-q <elena.dubrovina@qdrant.com>
Co-authored-by: xzfc <xzfcpw@gmail.com>
2025-12-16 16:45:13 +01:00

25 lines
741 B
JSON

{
"pins": {
"fenix": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "nix-community",
"repo": "fenix"
},
"branch": "main",
"submodules": false,
"revision": "34e07cd9d91ece6b1c69ea3c7ae7f9cdeb19448f",
"url": "https://github.com/nix-community/fenix/archive/34e07cd9d91ece6b1c69ea3c7ae7f9cdeb19448f.tar.gz",
"hash": "1l2m7a64j4b61x3j3zwmqi02qmypkv9rf5wlfrgq4cjyq7qajd2q"
},
"nixpkgs": {
"type": "Channel",
"name": "nixpkgs-unstable",
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre800239.b1bebd0fe266/nixexprs.tar.xz",
"hash": "0vnfj9d7kzk673i7s1vnkbx513a4gh5mfcd8fag2c7wi6hz471n6"
}
},
"version": 5
}