diff --git a/flake.nix b/flake.nix index 9b8cb549c..a7111ad13 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ with pkgs; [ openblas ] ); pkgs = import nixpkgs { inherit system; }; - nativeBuildInputs = with pkgs; [ cmake git pkgconfig ]; + nativeBuildInputs = with pkgs; [ cmake pkgconfig ]; llama-python = pkgs.python3.withPackages (ps: with ps; [ numpy sentencepiece ]); postPatch = ''