From 82412f9d679cb5a5b6c1c3327f969890b88e3286 Mon Sep 17 00:00:00 2001 From: aditya Date: Mon, 10 Jul 2023 17:24:18 +0530 Subject: [PATCH] add pip --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cebb47b..d62349a 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ [ ]; pkgs = import nixpkgs { inherit system; }; llama-python = - pkgs.python310.withPackages (ps: with ps; [ numpy sentencepiece ]); + pkgs.python310.withPackages (ps: with ps; [ numpy sentencepiece pip ]); in { packages.default = pkgs.stdenv.mkDerivation { name = "llama.cpp";