From 07cbc503bc53ebc3d4d717abe8fb0616ed4818f9 Mon Sep 17 00:00:00 2001 From: ReStranger Date: Thu, 25 Dec 2025 20:39:45 +0300 Subject: [PATCH] feat(nix): Add python3 in devShell (#830) --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 8c7f75aad..1a3af541f 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,7 @@ nixfmt-rfc-style nixfmt-tree pnpm + python314 ]; }; }