Skip to content

Commit 39b665e

Browse files
committed
nix: fix default variable 'OSRD_BACKEND_URL'
1 parent 11bf1b7 commit 39b665e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
130130
OSRD_DEV = "True";
131-
OSRD_BACKEND_URL = "http://localhost:8080";
131+
OSRD_BACKEND_URL = "http://localhost:4000";
132132
};
133133
}
134134
);

0 commit comments

Comments
 (0)