Change envvar to string

This commit is contained in:
niten 2023-01-06 18:20:05 -08:00
parent 5370b1ab34
commit 3ea26dd9f2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ in {
OBJECTIFIER_YOLOV3_CONFIG = "${pkgs.yolov3-data}/yolov3.cfg";
OBJECTIFIER_YOLOV3_WEIGHTS = "${pkgs.yolov3-data}/yolov3.weights";
OBJECTIFIER_YOLOV3_LABELS = "${pkgs.yolov3-data}/labels";
OBJECTIFIER_BUFFER_SIZE = 524288;
OBJECTIFIER_BUFFER_SIZE = "524288";
};
serviceConfig = {
# PrivateUsers = true;