From 788241acbf22689efc6ec4f8e4f62727534b7193 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 3 Mar 2017 15:51:14 +0100 Subject: [PATCH] typo --- release.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;