refactor(nix): Use withPackages to install python packages
This commit is contained in:
parent
aabd58ea3c
commit
86459e0b0e
1 changed files with 4 additions and 3 deletions
|
@ -13,11 +13,12 @@
|
||||||
pkgs.pinentry_mac
|
pkgs.pinentry_mac
|
||||||
pkgs.gnupg
|
pkgs.gnupg
|
||||||
pkgs.htop-vim
|
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
|
# 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.poetry.override { python3 = python; })
|
||||||
pkgs.python312Packages.pip
|
|
||||||
pkgs.python312Packages.tkinter
|
|
||||||
pkgs.fastfetch
|
pkgs.fastfetch
|
||||||
pkgs.eza
|
pkgs.eza
|
||||||
pkgs.lf
|
pkgs.lf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue