From 8df2996504866f3193fbe51860ab173d25724e5e Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 28 Sep 2025 23:59:52 +0200 Subject: [PATCH] add uniffi binding as runtime dep --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 30a9791..66bd526 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,10 @@ iconv bindingPkgs.servicepoint-binding-uniffi ]; + + runtimeDeps = [ + bindingPkgs.servicepoint-binding-uniffi + ]; }; } );