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 1a64d1a commit 6e8ae44Copy full SHA for 6e8ae44
develop.nix
@@ -111,7 +111,7 @@ includeos.pkgs.mkShell.override { inherit (includeos) stdenv; } rec {
111
112
113
# most clangd configurations and editors will look in ./build/, but this just makes it easier to find for some niche edge cases
114
- ln -sfn "${buildpath}/compile_commands.json" "$IOS_SRC/compile_commands.json"
+ # ln -sfn "${buildpath}/compile_commands.json" "$IOS_SRC/compile_commands.json"
115
'';
116
}
117
0 commit comments