syncstorage-rs: make linux-only

doesn't build on darwin, and apparently never has.
This commit is contained in:
pennae 2022-12-20 17:12:33 +01:00 committed by pennae
parent 4cdcad6b26
commit a97a75a7b7

View file

@ -59,5 +59,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mozilla-services/syncstorage-rs";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ pennae ];
platforms = lib.platforms.linux;
};
}