From 082a4cea8eda9a63bd80b046d45e98458771533e Mon Sep 17 00:00:00 2001 From: Bart Date: Sun, 19 Oct 2025 20:02:33 +0200 Subject: [PATCH] fixed more shit again --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7279353..fb477c2 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,8 @@ packages = [ (pkgs.${system}.python312.withPackages (python-pkgs: with python-pkgs; [ # Python libraries - pandas + pip + virtualenv requests # Optional: Add other helpful dev tools outside of the python-pkgs set if needed