This commit is contained in:
2026-02-03 20:01:32 -06:00
parent 7517ee8593
commit e38a83e521
3 changed files with 7 additions and 12 deletions

View File

@@ -279,23 +279,13 @@
nlohmann_json
imgui
gamenetworkingsockets
];
shellHook = ''
cp ${(pkgs.writeText ".ccls" ''
clang++
-Iinputs
-I.
-I${pkgs.gamenetworkingsockets}/include/GameNetworkingSockets
-DWINDOW=1
-DRENDERER=1
'')} ./.ccls
export ''$GNS_INCLUDE=${pkgs.gamenetworkingsockets}/include/GameNetworkingSockets
'';
};