Skip to content

Commit ffe7874

Browse files
authored
nc4nix: allow Darwin builds (#391654)
2 parents e6d37a3 + d84f8e3 commit ffe7874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/nc/nc4nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ buildGoModule {
2626
homepage = "https://github.com/helsinki-systems/nc4nix";
2727
license = lib.licenses.mit;
2828
maintainers = with lib.maintainers; [ onny ];
29-
platforms = lib.platforms.linux;
29+
platforms = lib.platforms.unix;
3030
};
3131
}

0 commit comments

Comments
 (0)