From 11da625ace5366655cd4cef8ab3dbf6d6ec0abbb Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 2 Jul 2025 08:02:22 -0500 Subject: [PATCH] py --- system/dev/python.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ]; }