Loading nixos/modules/virtualisation/nixos-containers.nix +4 −0 Original line number Diff line number Diff line Loading @@ -515,6 +515,10 @@ in in [ extraConfig ] ++ (map (x: x.value) defs); prefix = [ "containers" name ]; inherit (config) specialArgs; # The system is inherited from the host above. # Set it to null, to remove the "legacy" entrypoint's non-hermetic default. system = null; }).config; }; }; Loading nixos/tests/containers-imperative.nix +4 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,10 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { system.stateVersion = "18.03"; }; }; # The system is inherited from the host above. # Set it to null, to remove the "legacy" entrypoint's non-hermetic default. system = null; }; in with pkgs; [ stdenv stdenvNoCC emptyContainer.config.containers.foo.path Loading pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -39030,6 +39030,10 @@ with pkgs; then configuration else [configuration] ); # The system is inherited from the current pkgs above. # Set it to null, to remove the "legacy" entrypoint's non-hermetic default. system = null; }; in c.config.system.build // c; Loading
nixos/modules/virtualisation/nixos-containers.nix +4 −0 Original line number Diff line number Diff line Loading @@ -515,6 +515,10 @@ in in [ extraConfig ] ++ (map (x: x.value) defs); prefix = [ "containers" name ]; inherit (config) specialArgs; # The system is inherited from the host above. # Set it to null, to remove the "legacy" entrypoint's non-hermetic default. system = null; }).config; }; }; Loading
nixos/tests/containers-imperative.nix +4 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,10 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { system.stateVersion = "18.03"; }; }; # The system is inherited from the host above. # Set it to null, to remove the "legacy" entrypoint's non-hermetic default. system = null; }; in with pkgs; [ stdenv stdenvNoCC emptyContainer.config.containers.foo.path Loading
pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -39030,6 +39030,10 @@ with pkgs; then configuration else [configuration] ); # The system is inherited from the current pkgs above. # Set it to null, to remove the "legacy" entrypoint's non-hermetic default. system = null; }; in c.config.system.build // c;