Compare commits

..

1 commit

Author SHA1 Message Date
66cd7b90b6
feat: rewrite audiomenu in Python
Some checks failed
/ check (push) Successful in 9s
/ build-packages (push) Failing after 15s
/ build-vm (push) Has been skipped
/ report-size (push) Has been skipped
There is no reason for it to be a Rust program
2025-05-17 17:54:22 +02:00

View file

@ -3,4 +3,4 @@ writers.writePython3 "audiomenu" {
libraries = [ python3Packages.click ]; libraries = [ python3Packages.click ];
# line too long, but I like my code well documented # line too long, but I like my code well documented
flakeIgnore = [ "E501" ]; flakeIgnore = [ "E501" ];
} ./audiomenu.py } ./jpassmenu.py