feat(hosts): initial

This commit is contained in:
Sk7Str1p3 2026-04-30 19:34:12 +03:00
parent e4f81f2e3f
commit 771306baec
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B
3 changed files with 53 additions and 0 deletions

View file

@ -54,6 +54,7 @@ stdenvNoCC.mkDerivation {
docs = 0;
flake = 1;
devShells = 2;
hosts = 3;
};
order = orderMap.${lib.head (lib.splitString "/" relPath)};