Gaetan Lepage
2026-05-12 08:00:55 +00:00
parent c25c3b1397
commit 12461a3912
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -21,6 +21,7 @@
liburing,
numactl,
taskflow,
tomlplusplus,
ucx,
# passthru
@@ -35,7 +36,7 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "nixl";
version = "1.0.1";
version = "1.1.0";
__structuredAttrs = true;
strictDeps = true;
@@ -44,7 +45,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
owner = "ai-dynamo";
repo = "nixl";
tag = "v${finalAttrs.version}";
hash = "sha256-mDpDqwUwI0baIDDpt9/wgIP3saBWY8yWKgwzHgrzJiU=";
hash = "sha256-lzR+haBtRPUJ9VE1AcPndp3CPtW7KCI3nNPeVIGyR0U=";
};
postPatch =
@@ -103,6 +104,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
liburing
numactl
taskflow
tomlplusplus
ucx
python3Packages.python
@@ -50,6 +50,7 @@ buildPythonPackage.override { inherit (nixl) stdenv; } (finalAttrs: {
pytest
pyyaml
setuptools
torch
types-pyyaml
];
dontUseMesonConfigure = true;