From ae4bf40309e8805507201d9a16a7fa2bf1661bb8 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 6 Jan 2026 11:27:35 +0400 Subject: [PATCH] Update install phase paths --- nix/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index c74f4869..81e57641 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -83,9 +83,9 @@ in pkgs.gcc13Stdenv.mkDerivation rec { ''; installPhase = '' - mkdir -p $out/bin - cp build/*storage* $out/bin/ - cp library/libstorage.h $out/bin/ + mkdir -p $out/lib $out/include + cp build/*storage* $out/lib/ + cp library/libstorage.h $out/include/ ''; meta = with pkgs.lib; {