slight plan tweaks
This commit is contained in:
parent
26733f8ccb
commit
428cfd58b7
2 changed files with 8 additions and 1 deletions
|
|
@ -38,6 +38,10 @@
|
|||
default = pkgs.mkShellNoCC {
|
||||
packages = [
|
||||
pkgs.typst
|
||||
(pkgs.python3.withPackages (ppkgs: [
|
||||
ppkgs.numpy
|
||||
ppkgs.tqdm
|
||||
]))
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue