From 7491cc28ce642c49aae069a8c9916eaeeb4221b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Tue, 9 Apr 2024 15:43:41 +0200
Subject: [PATCH] [nix] added curl, removed uncessassary deps

---
 default.nix | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/default.nix b/default.nix
index ff01120..773bf46 100644
--- a/default.nix
+++ b/default.nix
@@ -58,10 +58,9 @@ let self = rec {
       batmenTools
       batexpe
       kapack.evalys       # for data visualization
-      ipykernel jupyter   # for jupyter notebood
-      pandas numpy matplotlib jinja2 pip  # for data analysis
-      
-      # wget
+      ipykernel jupyter   # for jupyter notebook
+      pandas numpy matplotlib # for data analysis
+      curl
     ];
   };
 
-- 
GitLab