Skip to content

Commit a2425d7

Browse files
committed
build: modifies vit-ss to use env variables for db/service version
1 parent ebde772 commit a2425d7

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)