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