OpenBSD, with Erlang from packages.
Right now Iām on macOS (M1) targeting Linux.
Iāve tried a bit of FreeBSD and Iām very interested in Jails, but I donāt have a spare laptop atm to run FreeBSD, and we canāt run FreeBSD in ARM afaik.
FreeBSD runs on both 32-bit (armv6, armv7) and 64-bit (armv8) ARM architectures.
Also, armv8 was promoted to Tier-1 support level. It means it will get the same level of support as e.g. amd64 and binary packages are made available.
That said, I canāt tell how well/bad it runs on Appleās M1 specifically. I never played with ARM yet.
Ooo it was?! Nice! I apparently missed that. ^.^
Would love to hear more about your Nix setup, Iāve been meaning to try it out for months now.
Would love to hear more about your Nix setup, Iāve been meaning to try it out for months now.
Ah itās nothing too complicated, I primarily do elixir stuff, and my
biggest project so far is my blog
(phoenix), and this fun little
visualization (not phoenix).
I rely on flakes to create development shells with direnv and the
nix-direnv extension to
load up the shell automatically.
Overall itās pretty nice, there are some rough edges when trying to
build the project for deployment (also on NixOS), but those are pretty
much worked out.
Flakes are still technically experimental, but you can use the older
shell.nix
, direnv, and niv to
accomplish the same thing.