Skip to content

Commit 7b16c13

Browse files
authored
spread: remove platforms.linux limitation (#356207)
2 parents 6144622 + 665d6f6 commit 7b16c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/sp/spread/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ buildGoModule {
6161
description = "Convenient full-system test (task) distribution";
6262
homepage = "https://github.com/snapcore/spread";
6363
maintainers = with lib.maintainers; [ jnsgruk ];
64-
platforms = lib.platforms.linux;
64+
platforms = lib.platforms.unix;
6565
};
6666
}

0 commit comments

Comments
 (0)