This commit is contained in:
2025-08-03 19:56:13 +02:00
commit 55a090959d
54 changed files with 5388 additions and 0 deletions

6
overlays/README.md Normal file
View File

@@ -0,0 +1,6 @@
# Overlays
Files in this directory run automatically as part of each build. Some common ways I've used overlays in the past:
* Applying patches
* Downloading different versions of files (locking to a version or trying a fork)
* Workarounds and stuff I need to run temporarily