Soft update

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-28 11:03:50 +01:00
parent 3ba9ee6249
commit 4e80c1a890
2 changed files with 16 additions and 14 deletions

View File

@@ -12,10 +12,12 @@ pkgs.rustPlatform.buildRustPackage (finalAttrs: {
hash = "sha256-I4zOWIU8iBQeLMMQSVcKc3w+WodiZ6MDYnKR7H/+v0Y=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-fMePvMnefdcN90Y3BPqcKNXyg7tUd64IOUnOQis/qTU=";
env.VW_VERSION = finalAttrs.version;
env = {
VW_VERSION = finalAttrs.version;
RUST_MIN_STACK = 16777216;
};
nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [