nc4nix: allow Darwin builds

`nc4nix` builds and runs on Darwin, so add it to the platforms list.
This commit is contained in:
Logan Barnett 2025-03-20 13:16:04 -07:00
parent d55697c370
commit d84f8e3efc
No known key found for this signature in database
GPG Key ID: 41E46FB1ACEA3EF0

View File

@ -26,6 +26,6 @@ buildGoModule {
homepage = "https://github.com/helsinki-systems/nc4nix";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ onny ];
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
}