Skip to content

Commit f76ccf1

Browse files
authored
build: modifies vit-ss to use env variables for db/service version (#180)
2 parents 42a7e5f + d4a8807 commit f76ccf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/vit-servicing-station/operables.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
inherit package;
5656
args = {
5757
"--in-settings-file" = configFile;
58-
"--service-version" = "3.4";
58+
"--service-version" = "$VERSION";
59+
"--db-url" = "$DB_URL";
5960
};
6061
};
6162
};

0 commit comments

Comments
 (0)