generate_test_vars: move into clan_cli

Reduces overhead by not having to manage a separate package for this small tool
This commit is contained in:
DavHau
2025-09-16 15:01:12 +07:00
parent 1f3aa0075e
commit ea32fdbd93
12 changed files with 19 additions and 114 deletions

View File

@@ -77,9 +77,7 @@ in
) machineModules
);
update-vars-script = "${
self.packages.${hostPkgs.system}.generate-test-vars
}/bin/generate-test-vars";
update-vars-script = "${self.packages.${hostPkgs.system}.clan-cli}/bin/clan-generate-test-vars";
relativeDir = removePrefix "${self}/" (toString config.clan.directory);