From 5a4a4390b4ec26500b02f1b36aca642c1c24f4d6 Mon Sep 17 00:00:00 2001 From: ant Date: Mon, 21 Jul 2025 10:23:39 +0200 Subject: [PATCH] upgrade python to 3.13 --- home/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/home.nix b/home/home.nix index 5060a33..01cd259 100644 --- a/home/home.nix +++ b/home/home.nix @@ -22,10 +22,10 @@ home.stateVersion = "23.05"; # Please read the comment before changing. home.packages = with pkgs; [ - python3 - python3Packages.virtualenv - python3Packages.numpy - python3Packages.matplotlib + (python313.withPackages (pp: with pp; [ + numpy + matplotlib + ])) # bluez go-mtpfs xdg-utils