mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Bump python39 to python310
This commit is contained in:
@@ -31,8 +31,6 @@
|
|||||||
|
|
||||||
time.timeZone = "America/Toronto";
|
time.timeZone = "America/Toronto";
|
||||||
|
|
||||||
services.opensnitch.enable = true;
|
|
||||||
|
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
|
||||||
# Enable 32bit for steam
|
# Enable 32bit for steam
|
||||||
|
@@ -153,13 +153,13 @@ in
|
|||||||
|
|
||||||
# python
|
# python
|
||||||
mypy
|
mypy
|
||||||
python39
|
python310
|
||||||
python39Packages.black
|
python310Packages.black
|
||||||
python39Packages.ipython
|
python310Packages.ipython
|
||||||
python39Packages.pip
|
python310Packages.pip
|
||||||
python39Packages.poetry
|
python310Packages.poetry
|
||||||
python39Packages.setuptools
|
python310Packages.setuptools
|
||||||
python39Packages.virtualenv
|
python310Packages.virtualenv
|
||||||
|
|
||||||
# ruby
|
# ruby
|
||||||
rbenv
|
rbenv
|
||||||
@@ -172,6 +172,7 @@ in
|
|||||||
srv
|
srv
|
||||||
|
|
||||||
# security
|
# security
|
||||||
|
sops
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
|
|
||||||
] ++ lib.optionals stdenv.isLinux ([
|
] ++ lib.optionals stdenv.isLinux ([
|
||||||
|
Reference in New Issue
Block a user