remove support for x86_64-darwin
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M default.nix → default.nix
@@ -15,7 +15,7 @@ }: buildGoApplication { pname = "erl"; - version = "0-unstable-2025-08-30"; + version = "0-unstable-2026-04-06"; pwd = ./.; src = ./.; modules = ./gomod2nix.toml;