refactor: merge '<host>/system.nix' into '<host>/meta.nix'

This commit is contained in:
2026-04-21 14:15:18 +02:00
parent 94c64e9d33
commit 38818e7508
13 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@
nixpkgs.lib.nixosSystem {
modules = [
./hosts/${host}
{ nixpkgs.hostPlatform = import ./hosts/${host}/system.nix; }
{ nixpkgs.hostPlatform = (myUtils.hostMeta ./hosts/${host}).system; }
];
specialArgs = {
inherit