Hacker News new | ask | show | jobs
by pjmlp 2073 days ago
I don't need nix for C and C++, and several other compiled languages.

What is missing is cargo support for native libraries.

1 comments

I find Nix incredibly useful for C and C++ development, though. It allows me to get a working development environment (including completion support) for any major open source C/C++ project by simply placing a default.nix or shell.nix file with the following content and running nix-shell:

    (import <nixpkgs> {}).your-favorite-project