From c02b29a6f5405f908d5950554381bfe5a8cf4124 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sat, 14 Sep 2024 14:44:47 +0200 Subject: [PATCH] feat(shell): Use python312 --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 8ce494c..b4d0d99 100644 --- a/default.nix +++ b/default.nix @@ -35,7 +35,7 @@ in pkgs.dart-sass # Python dependencies - (pkgs.python3.withPackages ( + (pkgs.python312.withPackages ( ps: [ ps.daphne