nixpkgs-python icon indicating copy to clipboard operation
nixpkgs-python copied to clipboard

cannot use python3.6 in buildInputs

Open pedohorse opened this issue 1 year ago • 3 comments

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

pedohorse avatar Jul 16 '23 14:07 pedohorse