From 792f8940de4bac9868d9771db305a7c28b5ee39c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Fri, 17 May 2024 10:12:08 +0200
Subject: [PATCH] nix: two more imports for pure nix

---
 default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.nix b/default.nix
index ff01120..f814a80 100644
--- a/default.nix
+++ b/default.nix
@@ -60,7 +60,7 @@ let self = rec {
       kapack.evalys       # for data visualization
       ipykernel jupyter   # for jupyter notebood
       pandas numpy matplotlib jinja2 pip  # for data analysis
-      
+      hostname curl
       # wget
     ];
   };
-- 
GitLab