summaryrefslogtreecommitdiffstats
path: root/mkosi.clangd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mkosi: Make sure mkosi.clangd always runs on the hostDaan De Meyer7 days1-2/+8
| | | | | | If the editor that invokes mkosi.clangd is a flatpak, let's make sure that mkosi is run on the host and not in the flatpak sandbox since it won't be installed there.
* mkosi: Set BuildSourcesEphemeral=no in mkosi.clangdDaan De Meyer2024-11-011-0/+1
| | | | | | | We're just running a language server so no need to put a writable overlay on top of the build sources to prevent modifications. This hopefully helps the language server track modifications to the source files better.
* mkosi: Add back support for running clangd within mkosiDaan De Meyer2024-09-221-0/+20
This allows hacking on systemd without installing any build dependencies except mkosi on the host machine.