chore(mpd): use stable due to the build failure of unstable

This commit is contained in:
2025-06-20 21:55:03 +08:00
parent d7a3fc7a07
commit 5e5f2ed1bb

View File

@@ -14,7 +14,7 @@ lib.my.makeSwitch {
];
config' = {
my.home = {
home.packages = with pkgs; [
home.packages = with pkgs.stable; [
mpd
mpc-cli
];