From 09135a925846323e63c9db3bd6ff3626281154af Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 25 Feb 2026 19:33:04 +0100 Subject: [PATCH] Added python packages --- 2025-2026-02.nix | 2 ++ commit_text | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/2025-2026-02.nix b/2025-2026-02.nix index 22b5a92..a03eabc 100644 --- a/2025-2026-02.nix +++ b/2025-2026-02.nix @@ -20,6 +20,8 @@ python-pkgs: with python-pkgs; [ matplotlib ipykernel + pandas + lxml ] )) diff --git a/commit_text b/commit_text index 499daba..34cdc39 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Updated nixvim in flake +Added python packages