mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Updated python config
This commit is contained in:
@@ -8,12 +8,12 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
(pkgs.python3.withPackages (
|
(pkgs.python314.withPackages (
|
||||||
python-pkgs: [
|
python-pkgs: [
|
||||||
python-pkgs.pip
|
|
||||||
python-pkgs.pkginfo
|
python-pkgs.pkginfo
|
||||||
python-pkgs.python-lsp-server
|
python-pkgs.python-lsp-server
|
||||||
python-pkgs.setuptools
|
python-pkgs.setuptools
|
||||||
|
python-pkgs.uv
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
pkgs.lua54Packages.lua
|
pkgs.lua54Packages.lua
|
||||||
|
|||||||
Reference in New Issue
Block a user