all repos — erl @ 3b68689ee1121bcc70512808d46dd38f595217b3

Execute Reload Loop

remove support for x86_64-darwin

Alin
commit

3b68689ee1121bcc70512808d46dd38f595217b3

parent

5756d6ee93062edeb2e19af551811a68aea9f333

2 files changed, 1 insertion(+), 2 deletions(-)

changed files
M default.nixdefault.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;
M flake.nixflake.nix
@@ -35,7 +35,6 @@ systems = [
"aarch64-linux" "x86_64-linux" "aarch64-darwin" - "x86_64-darwin" ]; perSystem = {