logoalt Hacker News

faangguyindiatoday at 2:42 PM1 replyview on HN

but does it require installing nix on mac? also many people are not familiar with nix and brew does all i need.


Replies

instig007today at 5:46 PM

> but does it require installing nix on mac?

yes:

    sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install)
https://nixos.org/download/

> also many people are not familiar with nix and brew does all i need

it's a good reason to learn Nix then: it will completely replace your brew and offer an ultimate build tool suitable for any software stack moving forward. And you'll get cross-platform and static Haskell builds.