diff --git a/pkgs/default.nix b/pkgs/default.nix
index c656d29a59e28a3d4922a5bd8591ce8f1fc53758..37a6463e913c3c9758de41bf4036144a80e3b6dd 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -255,6 +255,7 @@ thinplatespline = callPackage ./nakarte/thinplatespline { };
### OSM
map-stylizer = callPackage ./osm/map-stylizer { };
maperitive-bin = callPackage ./osm/maperitive/bin.nix { };
osm-area-tools = callPackage ./osm/osm-area-tools { };
diff --git a/pkgs/osm/imposm/default.nix b/pkgs/osm/imposm/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..d4d352fce506fda6458424b84de15c742485fdf1
--- /dev/null
+++ b/pkgs/osm/imposm/default.nix
@@ -0,0 +1,30 @@
+{ lib, buildGoModule, fetchFromGitHub, leveldb, geos }:
+buildGoModule rec {
+}
application/octet-stream
This content has been proxied by September (3851b).