mini_compile_commands
mini_compile_commands copied to clipboard
Currently, GCC and the GNU C++ standard library are bundled together in nixpkgs. Because of this, the GNU C++ standard library location isn't explicitly passed to GCC, so it doesn't...
This is already somewhat possible, as described in https://github.com/danielbarter/mini_compile_commands#build-input-hook, but I _think_ it could be improved. 1. make the derivation multi-output, and put compile_commands.json in `$dev` instead of `$out` and...
I am trying to use Nix to develop C++, and I have an unusual case of conflicting dependencies that I'm trying to solve. I rely on two libraries in my...