hosts | upstream changes python3Full -> python313
This commit is contained in:
parent
684e78190b
commit
4dbb70199a
3 changed files with 80 additions and 69 deletions
|
|
@ -8,7 +8,7 @@ let
|
|||
setuptools
|
||||
requests
|
||||
];
|
||||
python-with-my-packages = pkgs.python3Full.withPackages my-python-packages;
|
||||
python-with-my-packages = pkgs.python313.withPackages my-python-packages;
|
||||
in {
|
||||
nix = {
|
||||
settings = {
|
||||
|
|
@ -146,7 +146,7 @@ in {
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# python-with-my-packages
|
||||
python3Full
|
||||
python313
|
||||
aspell
|
||||
aspellDicts.en
|
||||
base16-schemes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue