[NixOS] Use python311

This commit is contained in:
Ivan Malison 2023-07-28 13:30:05 -06:00
parent 491f2803a1
commit 0abee55924

View File

@ -12,7 +12,7 @@ let
virtualenv
virtualenvwrapper
];
python-with-my-packages = pkgs.python3.withPackages my-python-packages;
python-with-my-packages = pkgs.python311.withPackages my-python-packages;
in
{
nixpkgs.config.allowBroken = true;
@ -29,6 +29,7 @@ in
bazel
bind
binutils
cachix
cmake
dex
direnv