From a2c41bd7ea57dbdb04d7544d6639f55bdf7bce2b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 13 Dec 2025 15:55:56 +0900 Subject: [PATCH] flake.nix: bump python from 3.12 -> 3.13 --- flake.lock | 6 +++--- flake.nix | 4 ++-- nix/shell.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index ca960ac..eeb3593 100644 --- a/flake.lock +++ b/flake.lock @@ -19,11 +19,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1764950072, - "narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", + "lastModified": 1765186076, + "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f61125a668a320878494449750330ca58b78c557", + "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 8c7881d..57a8aa0 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ packages = forAllSystems (system: pkgs: { default = self.packages.${system}.dibbler; dibbler = pkgs.callPackage ./nix/dibbler.nix { - python3Packages = pkgs.python312Packages; + python3Packages = pkgs.python313Packages; }; skrot = self.nixosConfigurations.skrot.config.system.build.sdImage; }); @@ -42,7 +42,7 @@ devShells = forAllSystems (system: pkgs: { default = self.devShells.${system}.dibbler; dibbler = pkgs.callPackage ./nix/shell.nix { - python3 = pkgs.python312; + python3 = pkgs.python313; }; }); diff --git a/nix/shell.nix b/nix/shell.nix index bad55df..c365a63 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -10,7 +10,7 @@ mkShell { ruff uv (python3.withPackages (ps: with ps; [ - brother-ql + # brother-ql matplotlib psycopg2 python-barcode