aliases: add nixos-rebuild

Fixes #44135
This commit is contained in:
Matthew Bauer 2018-08-10 12:24:16 -04:00
parent b05fb31476
commit 0b124c1e91

View File

@ -316,6 +316,8 @@ mapAliases ({
(import self.path { localSystem = { inherit system; }; });
callPackage_i686 = pkgsi686Linux.callPackage;
inherit (nixos {}) nixos-rebuild;
inherit (ocaml-ng) # added 2016-09-14
ocamlPackages_3_10_0 ocamlPackages_3_11_2 ocamlPackages_3_12_1
ocamlPackages_4_00_1 ocamlPackages_4_01_0 ocamlPackages_4_02