nixpkgs-python
nixpkgs-python copied to clipboard
cannot use python3.6 in buildInputs
you can test on simple
mkShell {
buildInputs = [ nixpkgs-python.packages.x86_64-linux."3.6" ];
};
then with nix develop
- python will not start.
looks like the problem has something to do with this change since 3.8