forked from mirrors/nixpkgs
parent
b05fb31476
commit
0b124c1e91
|
@ -316,6 +316,8 @@ mapAliases ({
|
||||||
(import self.path { localSystem = { inherit system; }; });
|
(import self.path { localSystem = { inherit system; }; });
|
||||||
callPackage_i686 = pkgsi686Linux.callPackage;
|
callPackage_i686 = pkgsi686Linux.callPackage;
|
||||||
|
|
||||||
|
inherit (nixos {}) nixos-rebuild;
|
||||||
|
|
||||||
inherit (ocaml-ng) # added 2016-09-14
|
inherit (ocaml-ng) # added 2016-09-14
|
||||||
ocamlPackages_3_10_0 ocamlPackages_3_11_2 ocamlPackages_3_12_1
|
ocamlPackages_3_10_0 ocamlPackages_3_11_2 ocamlPackages_3_12_1
|
||||||
ocamlPackages_4_00_1 ocamlPackages_4_01_0 ocamlPackages_4_02
|
ocamlPackages_4_00_1 ocamlPackages_4_01_0 ocamlPackages_4_02
|
||||||
|
|
Loading…
Reference in a new issue