diff --git a/profiles/develop/programming/python.nix b/profiles/develop/programming/python.nix index c3fdccd..aa8bbc0 100644 --- a/profiles/develop/programming/python.nix +++ b/profiles/develop/programming/python.nix @@ -1,8 +1,7 @@ { pkgs, lib, ... }: { environment.systemPackages = with pkgs; lib.lists.flatten [ - python3 python310 - (with python39Packages; [ + (with python310Packages; [ black isort jupyter diff --git a/users/profiles/emacs.nix b/users/profiles/emacs.nix index 29ac34b..f9b2ce8 100644 --- a/users/profiles/emacs.nix +++ b/users/profiles/emacs.nix @@ -44,7 +44,7 @@ in # --- :lang --- # :lang org - python39Packages.pygments + python310Packages.pygments ## +gnuplot gnuplot ## +roam2 @@ -81,7 +81,7 @@ in # :lang markdown pandoc - python39Packages.grip + python310Packages.grip # :lang sh shellcheck