From c7dba7a855a0031cd801f9232d31fb3a2fc5a79d Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 14 Dec 2024 09:08:21 -0500 Subject: [PATCH] add `pillow` to the python dev shell --- scripts/nix/python.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/nix/python.nix b/scripts/nix/python.nix index cba1b22..9fda1e1 100644 --- a/scripts/nix/python.nix +++ b/scripts/nix/python.nix @@ -10,5 +10,6 @@ pkgs.mkShell { python312 python312Packages.requests python312Packages.pyperclip + python312Packages.pillow ]; }