libStd.a file not found running nix develop
through flake template
#4545
Labels
bug
Something isn't working
low priority
pr-welcome
A PR from an external contributor, implementing the RFC as described, would be welcome.
Prerequisites
Please put an X between the brackets as you perform the following steps:
https://github.com/leanprover/lean4/issues
Avoid dependencies to Mathlib or Batteries.
https://live.lean-lang.org/#project=lean-nightly
(You can also use the settings there to switch to “Lean nightly”)
Description
I have a Macbook M1 Pro, tried to install the Lean4 using the Nix template file, but follow this error below.
It happens after running the command
nix develop
and start to build all Lean4 packages.Context
I tried to do a derivation on this package by myself to debug but couldn't find anything, any idea how to debug it on the right way?
Steps to Reproduce
nix flake new mypkg -t github:leanprover/lean4
)nix develop
Expected behavior:
Should be able to access the Nix shell
Actual behavior:
Be able to access Lean4's Nix shell and build the package
Versions
Additional Information
Impact
The text was updated successfully, but these errors were encountered: