From 1171c0e6636b9c25900088c0393032661be9abf0 Mon Sep 17 00:00:00 2001 From: Niklas Korz Date: Tue, 14 Mar 2023 13:29:03 +0100 Subject: [PATCH] Nix: use python packages supplied by withPackages --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a7e034c61..6cee82f20 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ pkgs = import nixpkgs { inherit system; }; - llama-python = with pkgs; python310.withPackages (ps: with python310Packages; [ + llama-python = pkgs.python310.withPackages (ps: with ps; [ torch numpy sentencepiece