Pip
This commit is contained in:
parent
fc81d2ebfb
commit
818f88b13e
|
@ -71,7 +71,10 @@ with nLib; {
|
||||||
})
|
})
|
||||||
# Python Development
|
# Python Development
|
||||||
(mkIf devel.python {
|
(mkIf devel.python {
|
||||||
home.packages = with pkgs; [ python3Full nodePackages.pyright ];
|
home.packages = with pkgs; [
|
||||||
|
(python3Full.withPackages (ps: with ps; [ pip ]))
|
||||||
|
nodePackages.pyright
|
||||||
|
];
|
||||||
})
|
})
|
||||||
# JavaScript/TypeScript Development
|
# JavaScript/TypeScript Development
|
||||||
(mkIf devel.js {
|
(mkIf devel.js {
|
||||||
|
|
Loading…
Reference in New Issue