senv: unmark broken on darwin

Tested and works on aarch64-darwin now.
This commit is contained in:
Sandro Jäckel
2026-06-29 14:15:37 +02:00
parent 917a5db343
commit f012cc4b68
-1
View File
@@ -25,7 +25,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/SpectralOps/senv";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ SuperSandro2000 ];
broken = stdenv.hostPlatform.isDarwin; # needs golang.org/x/sys bump
mainProgram = "senv";
};
})