etlegacy-unwrapped,etlegacy: fix mainProgram typo (#529405)

This commit is contained in:
Pol Dellaiera
2026-06-08 07:18:52 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -34,7 +34,7 @@ let
else if stdenv.hostPlatform.isAarch64 then
"aarch64"
else if stdenv.hostPlatform.isi686 then
"386"
"i386"
else
throw "Unsupported architecture: ${stdenv.hostPlatform.system}";
in
+1 -1
View File
@@ -14,7 +14,7 @@ let
else if stdenv.hostPlatform.isAarch64 then
"aarch64"
else if stdenv.hostPlatform.isi686 then
"386"
"i386"
else
throw "Unsupported architecture: ${stdenv.hostPlatform.system}";
in