diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-09-23 20:46:02 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-09-23 20:49:04 +0530 |
commit | 9722f89bdfebc5920255f586b71c7a9d26cc4afa (patch) | |
tree | 6e4cba88590bd4fce4e63fe566d0bcd66e07ada4 /flake.nix | |
parent | 95e7a63aa9eeb1dd76129edcf186d81350b43dd2 (diff) |
bin/model: init
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 = '' |