add flake
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if command -v direnv >/dev/null 2>&1; then
|
||||
direnv exec . clangd "$@"
|
||||
direnv exec . clangd "$@"
|
||||
else
|
||||
clangd "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user