From 220595235b0ccfa67026c072b762d0c509aad826 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 23 Jul 2024 19:40:57 +0100 Subject: [PATCH] Revert "Switch default python to use python3Full" This reverts commit 4dc77fa15e21bb4cff62160c76c13e34868cf3a2. --- home/emacs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index a44a780d..69265026 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -104,8 +104,8 @@ nodePackages.typescript-language-server ## Interpreters - (python3Full.withPackages - (ps: with ps; [numpy scipy lmfit xarray matplotlib])) + (python3.withPackages + (ps: with ps; [tkinter numpy scipy xarray matplotlib])) (luajit.withPackages (ps: [(ps.callPackage ./luarocks/scilua.nix {})])) ];