From cc89fdfae084f7a0e2b0b91b7c88ff5f0e6667cf Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 15 Feb 2024 18:46:03 +0530 Subject: dev/pkgs/python3: add build --- modules/dev.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/dev.nix b/modules/dev.nix index 66fae75..7223d08 100644 --- a/modules/dev.nix +++ b/modules/dev.nix @@ -8,7 +8,11 @@ in gcc git lua - (python3.withPackages (p: [ p.pip ])) + + (python3.withPackages (p: with p; [ + pip + build + ])) man-pages man-pages-posix -- cgit v1.2.3