|
|
@ -29,8 +29,8 @@ with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems
|
|
|
|
|
|
|
|
|
|
|
|
midpix.slibtool = import ./midipix.nix;
|
|
|
|
midpix.slibtool = import ./midipix.nix;
|
|
|
|
|
|
|
|
|
|
|
|
r6d.geos = import ./geos.nix
|
|
|
|
r6d.geos = import ./geos.nix;
|
|
|
|
r6d.osm2pgsql = import ./osm2pgsql.nix
|
|
|
|
r6d.osm2pgsql = import ./osm2pgsql.nix;
|
|
|
|
} /* // {
|
|
|
|
} /* // {
|
|
|
|
# Simply assign a derivation to an attribute to have it built.
|
|
|
|
# Simply assign a derivation to an attribute to have it built.
|
|
|
|
hello_world_1 = pkgs_x86_64_linux.hello;
|
|
|
|
hello_world_1 = pkgs_x86_64_linux.hello;
|
|
|
|