dotnet: version 9 + added python *especially py2cfg for static analysis)
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user