Skip to content

Commit 665d6f6

Browse files
committed
spread: remove platforms.linux limitation
1 parent 2d088b4 commit 665d6f6

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)