add python3 to code-server

This commit is contained in:
Andreas Zweili 2022-01-03 15:58:32 +01:00
parent 7b4629dab6
commit 44ae2dcdca
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ in
auth = "none";
extraPackages = with pkgs;
[
python3
# other
bash
git