slothy: init at 0.2.0

This commit is contained in:
Matthias J. Kannwischer
2026-05-21 22:19:44 +08:00
parent 774c5a22ff
commit ecf8d2a749
+8
View File
@@ -0,0 +1,8 @@
{ python3Packages }:
(python3Packages.toPythonApplication python3Packages.slothy).overrideAttrs (old: {
__structuredAttrs = true;
meta = old.meta // {
mainProgram = "slothy-cli";
};
})