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