On 17-04-11 09:28pm, Chris Marusich wrote: > Since Nix is implemented in C++, I guess any > C++ IDE (or modes/tools in emacs) would be helpful. I was just curious > to know if any particular IDE or technology was heavily used by the Nix > community.
You normally don’t have to know any C++ for most tasks. Working on the package manager itself is the smallest part, nearly all of the work is done in nixpkgs, that is: with nix expressions and lots of (bash) scripts. -- Proudly written in Mutt with Vim on NixOS. Q: Why is this email five sentences or less? A: http://five.sentenc.es May take up to five days to read your message. If it’s urgent, call me. _______________________________________________ nix-dev mailing list [email protected] https://mailman.science.uu.nl/mailman/listinfo/nix-dev
