From 4f17ff2f12d7f16800594ee27c4acf94c104de37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 3 Jan 2026 19:05:38 +0200 Subject: [PATCH] python: +ymodem --- modules/profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profiles/workstation/default.nix b/modules/profiles/workstation/default.nix index f28a8bd..38aa7f9 100644 --- a/modules/profiles/workstation/default.nix +++ b/modules/profiles/workstation/default.nix @@ -86,6 +86,7 @@ in (python3.withPackages ( ps: with ps; [ numpy + ymodem pyyaml ipython pymodbus