Skip to content

Commit

Permalink
spread: remove platforms.linux limitation (#356207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Nov 16, 2024
2 parents 6144622 + 665d6f6 commit 7b16c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/sp/spread/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 7b16c13

Please sign in to comment.