Open rezmuh opened 3 years ago
I'm not sure if the pre-built binary can run in Big Sure.
Have you tried to compile it on your Mac?
git clone https://github.com/twlz0ne/nix-gccemacs-darwin
cd nix-gccemacs-darwin && nix-env -iA emacsGccDarwin
it(Big sur compiler issue) has been fixed by the master nix channel. please update the channel list then nix-build --check -A hello '<nixpkgs>'
to check.
Would i be able to use cachix as well?
Would i be able to use cachix as well?
No, this repo was in BigSur(Compiler issue)rev of nixpkgs.
Hi, I just installed gcc emacs on Big Sur (x86_64) and it seemed to work.
These were the steps I did:
However, I tried to sync my doom emacs and I got the following error:
Is this more of a doom emacs issue or did I miss something from my installation?