Superfile via flake not building on darwin/arm64
Author: MachXNUCreated Aug 18, 2026Updated Aug 25, 2026
Labelsbug
Describe the bug Running superfile via the flake fails to build on darwin-aarch64
To Reproduce Run superfile from the nix flake on an Apple Silicon Mac:
nix run github:yorukot/superfile
Observe build failure.
Expected behavior Superfile builds and launches
Screenshots
➜ ~ nix run github:yorukot/superfile
error: Cannot build '/nix/store/h5r8rqcf10z8zcfq2p7di1l6xhywxhz3-superfile-1.6.0.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/zxh19i1jmh94ajnk73r0zl7dcxfbf7cb-superfile-1.6.0
Last 16 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/92914cqs6mld6a6nn50kxwrxsw2458fj-mmban12by0akc552k28jasfwy4zp6rsy-source
> source root is mmban12by0akc552k28jasfwy4zp6rsy-source
> Running phase: patchPhase
> Executing goConfigHook
> Setting up vendor directory from /nix/store/811165p5za7z938n6sldm5ylmbbnsk2w-vendor-env
> Restoring Go build cache from /nix/store/kdiibr27klmymmybfp0h8mxmh0pykpp5-go-cache-env/cache.tar.zst
> Finished goConfigHook
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> Executing goBuildHook
> Building subPackage .
> go: downloading go1.26.0 (darwin/arm64)
> go: download go1.26.0 for darwin/arm64: toolchain not available
System information (please complete the following information):
- OS: macOS
- Version: 15.7.7 (24G720)
- superfile: Version 1.6.0
Source: yorukot/superfile