refactor(nix): Use withPackages to install python packages

This commit is contained in:
Ahmad Ansori Palembani 2024-07-11 20:45:36 +07:00
parent aabd58ea3c
commit 86459e0b0e
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -13,11 +13,12 @@
pkgs.pinentry_mac
pkgs.gnupg
pkgs.htop-vim
pkgs.python312Full
(pkgs.python312Full.withPackages (py: [
py.pip
py.tkinter
]))
# FIXME: Build failed, dnspython pytest keep returning FAILED caused by timeout. Maybe find a way to bypass check for them
# (pkgs.poetry.override { python3 = python; })
pkgs.python312Packages.pip
pkgs.python312Packages.tkinter
pkgs.fastfetch
pkgs.eza
pkgs.lf