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.8k stars 113 forks source link

A few tweaks to get templates working on x86_64-darwin #54

Closed jspiers closed 9 months ago

jspiers commented 9 months ago

This update doesn't detect the system/platform automatically when applying the starter templates. I'm a nix noob, so I had to hard-code the switch from "aarch64-darwin" to "x86_64-darwin" in templates/starter/flake.nix and templates/starter-with-secrets/flake.nix.

dustinlyons commented 9 months ago

Hi @jspiers, thanks for this contribution. I'll merge this in and then the next steps will be to manage how we're deciding platform.

Thanks again!