3
0
Fork 0
forked from mirrors/nixpkgs

Containers: Inherit the platform type of the host

http://hydra.nixos.org/build/10350055
This commit is contained in:
Eelco Dolstra 2014-04-15 12:58:28 +02:00
parent 9646ddc5a3
commit 5fa812ba5e

View file

@ -23,6 +23,8 @@ let
inherit (pkgs) socat;
};
system = config.nixpkgs.system;
in
{
@ -99,6 +101,7 @@ in
config = mkMerge
[ (mkIf options.config.isDefined {
path = (import ../../lib/eval-config.nix {
inherit system;
modules =
let extraConfig =
{ boot.isContainer = true;