some testing stuff
This commit is contained in:
parent
f2f4f806ec
commit
0c3890bd60
3 changed files with 59 additions and 15 deletions
30
shell.nix
30
shell.nix
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue