From de510fcf4faf377faf441784f6e5d80f0cc3f7e4 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 13 Mar 2022 03:37:23 -0400 Subject: [PATCH] Bump python39 to python310 --- common/linux.nix | 2 -- common/packages.nix | 15 ++++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/common/linux.nix b/common/linux.nix index 2ffff5e..cfc63d0 100644 --- a/common/linux.nix +++ b/common/linux.nix @@ -31,8 +31,6 @@ time.timeZone = "America/Toronto"; - services.opensnitch.enable = true; - sound.enable = true; # Enable 32bit for steam diff --git a/common/packages.nix b/common/packages.nix index 13e8fff..c4d8a46 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -153,13 +153,13 @@ in # python mypy - python39 - python39Packages.black - python39Packages.ipython - python39Packages.pip - python39Packages.poetry - python39Packages.setuptools - python39Packages.virtualenv + python310 + python310Packages.black + python310Packages.ipython + python310Packages.pip + python310Packages.poetry + python310Packages.setuptools + python310Packages.virtualenv # ruby rbenv @@ -172,6 +172,7 @@ in srv # security + sops yubikey-manager ] ++ lib.optionals stdenv.isLinux ([