move hosts/packages -> packages

This commit is contained in:
Emile Clark-Boman 2026-02-08 20:22:39 +10:00
parent 14193c05fb
commit e961180371
17 changed files with 0 additions and 1040 deletions

5
packages/README Normal file
View file

@ -0,0 +1,5 @@
This directory (`hosts/packages`) contains custom package derivations, and differs
from `hosts/modules/` which contains importable modules for my nixdots.
Often each package I write will have a corresponding module that simply
calls `pkgs.callPackage` to install the derivation to the system environment.