From c55763134de808452c60d03f6174df0f545944a1 Mon Sep 17 00:00:00 2001 From: cwrt310 <3106577101@qq.com> Date: Tue, 18 Aug 2026 21:14:34 +0800 Subject: [PATCH] [build] fix: add python3Packages to flake buildInputs --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index aec5ea344..eae3c1974 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ hardeningDisable = [ "libcxxhardeningfast" ]; buildInputs = with pkgs; [ + python.python3Packages clibs.zlib-dev clibs.zlib clibs.lz4-dev