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](https://docs.python.org/3/library/sys.html#sys.abiflags)