Closed aex-gh closed 6 months ago
Hey @aex-gh , first time user here on a m1 as well
I resolved for myself by searching and removing 'unstable'. Not sure which one fixed it or any side effects this could cause.
package = pkgs.nixUnstable;
package = pkgs.nix;
emacs-unstable
emacs
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"
nixpkgs.url = "github:nixos/nixpkgs"
Been using this successfully for a few weeks and this problem started in the last couple of days. M3 Mac.
Thanks for reporting this. This should be working now.
I updated the flake and changed pkgs.nixUnstable
over to pkgs.nix
.
I'm okay to forgo the bleeding edge for now.
Hi.
Found your repo when I was researching into nix as a package manager for macOS. Thought I'd give it a shot so been following your README to test out on my Mac Studio M1.
I've tripped across this error that I can't seem to find an answer for when searching and not having the experience in nix having some difficulties in trying to resolve.
I'm running off your starter script and the error I get is when I come to run "nix run .#build" it gives me this:
Are you able to offer any insight?
Thanks.