From 86ce779306a7189f407799f4c436f9b93d5971fb Mon Sep 17 00:00:00 2001 From: Andrei Borzenkov Date: Thu, 3 Oct 2024 14:56:11 +0400 Subject: [PATCH] Make PR description --- docs/todo/static-binaries.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/todo/static-binaries.txt diff --git a/docs/todo/static-binaries.txt b/docs/todo/static-binaries.txt new file mode 100644 index 00000000..3c1198f2 --- /dev/null +++ b/docs/todo/static-binaries.txt @@ -0,0 +1,7 @@ +PR: Initial support for static builds using nix + Still work in progress. + Suddenly, I didn't manage to make flake that is able to build + both static and dynamic binaries. + + To run static builds use `nix build .#static` command at the project's root + commit: be86429c4b806fe20069e8efbf921c20b9e17ee3