diff --git a/system/dev/python.nix b/system/dev/python.nix index 3e714a3..8ee1590 100644 --- a/system/dev/python.nix +++ b/system/dev/python.nix @@ -1,5 +1,8 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ - python313 + python3Full + python3Packages.build + python3Packages.pip + python3Packages.installer ]; }