Skip to content

Commit

Permalink
use osrm-pbf of Jan 1
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Dec 29, 2023
1 parent e24ca9d commit 336b7c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Backend/nix/osrm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let
openStreetDataFile = inputs.osrm-pbf;
# NOTE: This *should* match the flake input.
openStreetDataFileName = "southern-zone-231222";
openStreetDataFileName = "southern-zone-230101";
in
{
perSystem = { pkgs, lib, ... }: {
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# over time. NOTE: This file is not permanent, find the available one at
# https://download.geofabrik.de/asia/india/
# NOTE: If you change this, also change `openStreetDataFileName` in osrm.nix
osrm-pbf.url = "https://download.geofabrik.de/asia/india/southern-zone-231222.osm.pbf";
osrm-pbf.url = "https://download.geofabrik.de/asia/india/southern-zone-230101.osm.pbf";
osrm-pbf.flake = false;

easy-purescript-nix.url = "github:justinwoo/easy-purescript-nix/a90bd941297497c83205f0a64f30c5188a2a4fda";
Expand Down

0 comments on commit 336b7c3

Please sign in to comment.