diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-12 08:52:32 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-12 08:56:01 +0530 |
commit | 4e2a013677ff03538415592e345609e31e9f0d64 (patch) | |
tree | 785aa02647690540e0e809644e6e603b60b5fe08 /modules | |
parent | 733b567a4c83d72b1913fdda51ad1f08fd5c4c61 (diff) |
dev/pkgs: init python3
Diffstat (limited to 'modules')
-rw-r--r-- | modules/dev.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dev.nix b/modules/dev.nix index a74aa84..66fae75 100644 --- a/modules/dev.nix +++ b/modules/dev.nix @@ -8,6 +8,7 @@ in gcc git lua + (python3.withPackages (p: [ p.pip ])) man-pages man-pages-posix |