From 23e0eba66bcfb0a97dfdfe1550922e5969abd35f Mon Sep 17 00:00:00 2001 From: William Behrens <35979547+wbehrens-on-gh@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:46:42 -0500 Subject: [PATCH] git wasn't needed and didn't do anything --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''