6 ms·
I’ve been using Nix directly on MacOS with minimal issues for a few years now. Works great. I hate using docker on Mac and have since replaced it with flakes a
by dlyons 3y ago
I’ve been using Nix directly on MacOS with minimal issues for a few years now. Works great.
I hate using docker on Mac and have since replaced it with flakes and devenv.
My configuration with a step by step guide (600+ stars): https://github.com/dustinlyons/nixos-config https://github.com/dustinlyons/nixos-config
- rbolkey 3y agoI used your repo as a foundation for my setup. it was a big help getting started. Many thanks!