Describe the bug
Building this project with Nix currently fails for three reasons:
- The dependency hash in flake.nix is out of sync with the project's Go dependencies, causing the build to fail due to a hash mismatch.
- The scard dependency now requires CGO, which is disabled in flake.nix.
- The scard dependency has system-level dependencies that are not included in the Nix build inputs.
To reproduce
- Clone the project
- Have nix installed/available locally
nix build
Expected behavior
The project should output a result symlink into the nix store containing the resulting matcha binary.
Screenshots
No response
Matcha version
No response
Go version
No response
OS
macOS 26
Terminal
No response
Additional context
No response
Describe the bug
Building this project with Nix currently fails for three reasons:
To reproduce
nix buildExpected behavior
The project should output a
resultsymlink into the nix store containing the resultingmatchabinary.Screenshots
No response
Matcha version
No response
Go version
No response
OS
macOS 26
Terminal
No response
Additional context
No response