Skip to content

Commit db2e088

Browse files
committed
nix: fix default variable 'OSRD_BACKEND_URL'
1 parent 59b59b5 commit db2e088

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
@@ -127,7 +127,7 @@
127127

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

0 commit comments

Comments
 (0)