merge bridge services into one

This commit is contained in:
Daniel Barlow
2023-08-16 19:44:00 +01:00
parent a019e59a80
commit 6f92f8fa8b
5 changed files with 23 additions and 45 deletions

View File

@@ -20,7 +20,7 @@ in {
};
callService = path : parameters :
let pkg = callPackage path {};
checkTypes = t : p : typeChecked (builtins.tostring path) t p;
checkTypes = t : p : typeChecked (builtins.toString path) t p;
in {
inherit parameters;
build = args : pkg (checkTypes parameters args);