Skip to content

Commit d84f8e3

Browse files
committed
nc4nix: allow Darwin builds
`nc4nix` builds and runs on Darwin, so add it to the platforms list.
1 parent d55697c commit d84f8e3

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)