spread: remove platforms.linux limitation (#356207)

This commit is contained in:
Aleksana 2024-11-16 16:47:08 +08:00 committed by GitHub
commit 7b16c13623
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,6 +61,6 @@ buildGoModule {
description = "Convenient full-system test (task) distribution";
homepage = "https://github.com/snapcore/spread";
maintainers = with lib.maintainers; [ jnsgruk ];
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
}