build-clan: drop unused machinesFunc

This commit is contained in:
Michael Hoang
2025-04-15 13:22:09 +02:00
parent a2a78d302f
commit 9c317e8f3b
2 changed files with 0 additions and 20 deletions

View File

@@ -169,7 +169,6 @@ in
clanLib = lib.mkOption { type = lib.types.raw; };
all-machines-json = lib.mkOption { type = lib.types.raw; };
machines = lib.mkOption { type = lib.types.raw; };
machinesFunc = lib.mkOption { type = lib.types.raw; };
};
};
};