fix(bbsteamie): add missing python module to decky-loader
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-02-08 23:57:56 -05:00
parent 4df69d9d50
commit d6729d89d5

View file

@ -58,6 +58,11 @@ in {
libpulseaudio
;
};
extraPythonPackages = p:
with p; [
click
];
};
# Misc Packages