bump: Python3.9 -> Python 3.10
This commit is contained in:
parent
81deee8e27
commit
890a2ad36b
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
||||||
{ pkgs, lib, ... }: {
|
{ pkgs, lib, ... }: {
|
||||||
environment.systemPackages = with pkgs; lib.lists.flatten [
|
environment.systemPackages = with pkgs; lib.lists.flatten [
|
||||||
python3
|
|
||||||
python310
|
python310
|
||||||
(with python39Packages; [
|
(with python310Packages; [
|
||||||
black
|
black
|
||||||
isort
|
isort
|
||||||
jupyter
|
jupyter
|
||||||
|
|
|
@ -44,7 +44,7 @@ in
|
||||||
|
|
||||||
# --- :lang ---
|
# --- :lang ---
|
||||||
# :lang org
|
# :lang org
|
||||||
python39Packages.pygments
|
python310Packages.pygments
|
||||||
## +gnuplot
|
## +gnuplot
|
||||||
gnuplot
|
gnuplot
|
||||||
## +roam2
|
## +roam2
|
||||||
|
@ -81,7 +81,7 @@ in
|
||||||
|
|
||||||
# :lang markdown
|
# :lang markdown
|
||||||
pandoc
|
pandoc
|
||||||
python39Packages.grip
|
python310Packages.grip
|
||||||
|
|
||||||
# :lang sh
|
# :lang sh
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue