git wasn't needed and didn't do anything

This commit is contained in:
William Behrens 2023-08-10 21:46:42 -05:00 committed by GitHub
parent b19bf60881
commit 23e0eba66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''