We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e237bde commit bf68450Copy full SHA for bf68450
develop.nix
@@ -112,7 +112,7 @@ includeos.pkgs.mkShell.override { inherit (includeos) stdenv; } rec {
112
113
114
# most clangd configurations and editors will look in ./build/, but this just makes it easier to find for some niche edge cases
115
- ln -sfn "${buildpath}/compile_commands.json" "$IOS_SRC/compile_commands.json"
+ # ln -sfn "${buildpath}/compile_commands.json" "$IOS_SRC/compile_commands.json"
116
'';
117
}
118
0 commit comments