2018-05-02 10:25 GMT+06:00 Steinway Wu <[email protected]>: > Cool! I just learned about Nix recently, and it looks (at first glance, at > least) promising. Do you (or Brandon) have any experiences comparing > packaging individual ATS libraries using NPM vs using Nix? > > I don't much to share here.
We do use Docker at work for some intricate build environments, it's very nice since everything is compartmentalized and you know exactly what stuff is for what. Also helps with updates. Nix is similar in this regard, you get to know your dependencies very well. But I didn't use it like that, just as a distro for my laptop. Brandon, would you kindly chime in? On Tuesday, May 1, 2018 at 11:29:29 PM UTC-4, Artyom Shalkhakov wrote: >> >> Hi Steinway, >> >> These days Brandon Barker maintains ATS packages for NixOS: >> >> https://github.com/NixOS/nixpkgs/blob/master/pkgs/developmen >> t/compilers/ats2/default.nix >> >> You can install ATS2 as follows >> >> $ nix-env -i ats2 >> >> I used to have a separate environment for ATS2 development on my laptop. >> Nothing fancy, just ATS2, binutils and the like. For me, Docker provides a >> much simpler approach. >> >> >> -- > You received this message because you are subscribed to the Google Groups > "ats-lang-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/ats-lang-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/ats-lang-users/576d8977-57a5-4618-ae45-c9b1c1e5fef9% > 40googlegroups.com > <https://groups.google.com/d/msgid/ats-lang-users/576d8977-57a5-4618-ae45-c9b1c1e5fef9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Cheers, Artyom Shalkhakov -- You received this message because you are subscribed to the Google Groups "ats-lang-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ats-lang-users. To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/CAKO6%3Dqg3HtTE8R9v8HSfpkQ9t8hpz_wMttGLsooRxs2U4q0UNQ%40mail.gmail.com.
