From efab382ce23ea99536523acdce4d4007b6e2e290 Mon Sep 17 00:00:00 2001 From: foosinn Date: Fri, 12 Aug 2022 08:19:33 +0200 Subject: [PATCH] use always latest pyright required for up2date with python --- roles/dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dev.nix b/roles/dev.nix index a2cb814..9c5a762 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -13,7 +13,7 @@ in { unstable.rust-analyzer #unstable.esphome - nodePackages.pyright + unstable.nodePackages.pyright (python39.withPackages (python-packages: with python-packages; [ black