warpgate: enable package for darwin

This commit is contained in:
Lemon Lam
2025-12-19 13:28:31 +08:00
parent fdf8265a38
commit 43b10981c5
+1 -1
View File
@@ -74,7 +74,7 @@ rustPlatform.buildRustPackage (
description = "Smart SSH, HTTPS, MySQL and Postgres bastion that requires no additional client-side software";
homepage = "https://warpgate.null.page";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
mainProgram = "warpgate";
maintainers = with lib.maintainers; [ alemonmk ];
};