Add compile_commands.json support
This commit is contained in:
parent
cc107f975c
commit
5e86f3ccb9
4 changed files with 36 additions and 7 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue