dendritic: rewrote entire config

This commit is contained in:
2026-05-23 20:18:11 +02:00
parent a93284ff80
commit c8ee6d85fe
190 changed files with 6764 additions and 8101 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
Used for custom package derivation.
Used for custom package derivation or for scripts.
For example, to use a newer package version that is still not in nixpkgs-unstable.
Some rules about package naming:
* If it is a custom derivation of a package, end with `ManuallyDerived`
* If it is a script, start with `custom-`. The executable, package name (and file name if it is the only thing in this nix file) must be equal.