some testing stuff

This commit is contained in:
Erik Grobecker 2024-11-19 20:16:57 +01:00
parent f2f4f806ec
commit 0c3890bd60
Signed by: Erik
GPG key ID: 80D020D0ABBD3FB2
3 changed files with 59 additions and 15 deletions

View file

@ -2,21 +2,21 @@
pkgs.mkShell {
packages = with pkgs; [
typst
typstyle
tinymist
tdf
agebox
mermaid-cli
typst
typstyle
tinymist
tdf
agebox
mermaid-cli
# for math
python312
python312Packages.sympy
python312Packages.numpy
python312Packages.matplotlib
python312Packages.scipy
python312Packages.pandas
python312Packages.jupyter
python312Packages.ipykernel
# for math
python312
python312Packages.sympy
python312Packages.numpy
python312Packages.matplotlib
python312Packages.scipy
python312Packages.pandas
python312Packages.jupyter
python312Packages.ipykernel
];
}