Migration to python, still a test script on bottom of script. Everything should be kind of implemented (execept some message colors and stuff)

This commit is contained in:
Jurn Wubben 2025-08-06 16:10:57 +02:00
parent b7c7a2e04c
commit 4e2aeffa8b
9 changed files with 427 additions and 948 deletions

View file

@ -34,6 +34,10 @@
x.DigestCRC
x.ModuleBuild
]))
pkgs.entr
(pkgs.python3.withPackages (x: [x.crc]))
];
};
};