[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 virtualenv
virtualenvwrapper virtualenvwrapper
]; ];
python-with-my-packages = pkgs.python3.withPackages my-python-packages; python-with-my-packages = pkgs.python311.withPackages my-python-packages;
in in
{ {
nixpkgs.config.allowBroken = true; nixpkgs.config.allowBroken = true;
@ -29,6 +29,7 @@ in
bazel bazel
bind bind
binutils binutils
cachix
cmake cmake
dex dex
direnv direnv