dotnet: version 9 + added python *especially py2cfg for static analysis)
This commit is contained in:
8
python.nix
Normal file
8
python.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
let pkgs = import (fetchTarball "channel:nixpkgs-unstable") { };
|
||||
in pkgs.mkShell {
|
||||
packages =
|
||||
[ (pkgs.python3.withPackages (python-pkgs: [ python-pkgs.py2cfg ])) ];
|
||||
shellHook = ''
|
||||
exec zsh
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user