From 8688434ebeae061b4563ffd5afc6346a16d55c21 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 5 Jan 2026 16:49:24 +0400 Subject: [PATCH] Copy the libstorage header into the bin folder --- nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/default.nix b/nix/default.nix index e138ce6a..c74f4869 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -85,6 +85,7 @@ in pkgs.gcc13Stdenv.mkDerivation rec { installPhase = '' mkdir -p $out/bin cp build/*storage* $out/bin/ + cp library/libstorage.h $out/bin/ ''; meta = with pkgs.lib; {