From 9adb058ead1ca38a78d2e2a125f695d1d3b3451f Mon Sep 17 00:00:00 2001 From: sinavir Date: Sun, 13 Oct 2024 20:52:03 +0200 Subject: [PATCH] chore: update --- npins/sources.json | 4 ++-- shell.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index 1ddb740..ea60a22 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -3,8 +3,8 @@ "nixpkgs": { "type": "Channel", "name": "nixpkgs-unstable", - "url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre690413.1366d1af8f58/nixexprs.tar.xz", - "hash": "0nlrrs22pf3dr7m55glxxfdg2qn6q9sjsd5dc7bvigasb1v3gw4j" + "url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre691017.b69de56fac8c/nixexprs.tar.xz", + "hash": "0z32pj0lh5ng2a6cn0qfmka8cynnygckn5615mkaxq2aplkvgzx3" } }, "version": 3 diff --git a/shell.nix b/shell.nix index cca04f9..61d2ac7 100644 --- a/shell.nix +++ b/shell.nix @@ -12,7 +12,7 @@ in { dev = pkgs.mkShell { packages = [ - (pkgs.python310.withPackages (ps: [ + (pkgs.python3.withPackages (ps: [ # build dep ps.pyserial ps.colour