mpris-timer: restrict platforms to linux

This commit is contained in:
seth 2024-12-07 22:36:27 -05:00
parent 71fb526a35
commit 8e6d6fdcb8
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -72,5 +72,7 @@ buildGoModule rec {
getchoo
];
mainProgram = "mpris-timer";
# Always uses ALSA
platforms = lib.platforms.linux;
};
}