From d9b5744de0ce9c23bcc907f1fe1b4b3030e8aaa0 Mon Sep 17 00:00:00 2001 From: William Behrens <35979547+wbehrens-on-gh@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:37:45 -0500 Subject: [PATCH] add build-info.h to flake post install forgot this one in the previous commit --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 1b3776e98..b99409dd6 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,7 @@ cp $src/llama-util.h $out/include cp $src/ggml.h $out/include cp $src/ggml-alloc.h $out/include + cp $src/build-info.h $out/include cp $src/k_quants.h $out/include cp $src/ggml-mpi.h $out/include