dustinlyons / nixos-config

General purpose Nix configuration for macOS / NixOS with starter templates + step-by-step guides ✨
BSD 3-Clause "New" or "Revised" License
1.52k stars 95 forks source link

Build on aarch64 #105

Closed XLRINN closed 1 month ago

XLRINN commented 2 months ago

Love your config, I am able to share my system between my intel MacBook, and NixOS but I can't get it to build on my M1, I just keep getting a permission denied error. Are we seeing any problems with this?

dustinlyons commented 1 month ago

Can you make sure the scripts inside apps/ have the executable (+x) flag? You'll get permission denied if these scripts don't have access to run.

This step: https://github.com/dustinlyons/nixos-config?tab=readme-ov-file#4-make-apps-executable

dustinlyons commented 1 month ago

@XLRINN were you able to add the +x flag to the scripts?

XLRINN commented 1 month ago

I was, I'm sorry I did not get back to you. I was using my own config from my own repo and forgot that step.