diff --git a/release.nix b/release.nix index fc8ff82..c141d50 100644 --- a/release.nix +++ b/release.nix @@ -29,8 +29,8 @@ with (import { inherit supportedSystems midpix.slibtool = import ./midipix.nix; - r6d.geos = import ./geos.nix - r6d.osm2pgsql = import ./osm2pgsql.nix + r6d.geos = import ./geos.nix; + r6d.osm2pgsql = import ./osm2pgsql.nix; } /* // { # Simply assign a derivation to an attribute to have it built. hello_world_1 = pkgs_x86_64_linux.hello;