[NixOS] Use python311
This commit is contained in:
parent
491f2803a1
commit
0abee55924
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user