aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-09-23 20:46:02 +0530
committersinanmohd <sinan@sinanmohd.com>2024-09-23 20:49:04 +0530
commit9722f89bdfebc5920255f586b71c7a9d26cc4afa (patch)
tree6e4cba88590bd4fce4e63fe566d0bcd66e07ada4 /flake.nix
parent95e7a63aa9eeb1dd76129edcf186d81350b43dd2 (diff)
bin/model: init
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 1c05ee4..98db874 100644
--- a/flake.nix
+++ b/flake.nix
@@ -49,8 +49,13 @@
linuxKernel.packages.linux_6_6.perf
hyperfine
nix-eval-jobs
- python3
+
pyright
+ (python3.withPackages (p: [
+ p.scipy
+ p.tqdm
+ p.scikit-learn
+ ]))
];
shellHook = ''