Add compile_commands.json support

This commit is contained in:
Julia Lange 2024-07-14 03:51:13 -07:00
parent cc107f975c
commit 5e86f3ccb9
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
4 changed files with 36 additions and 7 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"mini-compile-commands": {
"flake": false,
"locked": {
"lastModified": 1689962671,
"narHash": "sha256-qPyV3iU8rXhIlHEELAtu2UwXtdZgsWMK9dHySlVa8Jo=",
"owner": "danielbarter",
"repo": "mini_compile_commands",
"rev": "073ad72d27287f3e8073c3ef0c9069223fb2048c",
"type": "github"
},
"original": {
"owner": "danielbarter",
"repo": "mini_compile_commands",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1720768451,
@ -17,6 +33,7 @@
},
"root": {
"inputs": {
"mini-compile-commands": "mini-compile-commands",
"nixpkgs": "nixpkgs"
}
}