Mettre à jour 'release.nix'

This commit is contained in:
2017-06-25 14:29:48 +00:00
parent 1022f96de8
commit d5965e0bb9

View File

@@ -33,8 +33,6 @@ with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems
r6d.geos = import ./geos.nix; r6d.geos = import ./geos.nix;
#r6d.idea14-ultimate = import ./idea/default.nix { inherit nixpkgs;}; #r6d.idea14-ultimate = import ./idea/default.nix { inherit nixpkgs;};
r6d.osm2pgsql = import ./osm2pgsql/default.nix; r6d.osm2pgsql = import ./osm2pgsql/default.nix;
himes.himes = import haskell/default.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;