dotnet: version 9 + added python *especially py2cfg for static analysis)

This commit is contained in:
2025-05-20 22:40:27 +03:00
parent c2d8d76531
commit 1f8d3db4f9
2 changed files with 9 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ let
# Rolling updates, not deterministic.
pkgs = import (fetchTarball "channel:nixpkgs-unstable") { };
in pkgs.mkShell {
buildInputs = [ pkgs.dotnet-sdk ];
buildInputs = [ pkgs.dotnet-sdk_9 ];
shellHook = ''
exec zsh
'';