nixos-containers: remove redundant eval-config args

The values of these args are identical to the default values defined
in `eval-config.nix`.
Note especially that `lib` is not reevaluated.
This commit is contained in:
Erik Arvstedt
2020-12-15 20:24:58 +01:00
parent 34fcfc880b
commit 29385f0560

View File

@@ -476,8 +476,6 @@ in
merge = loc: defs: (import (confPkgs.path + "/nixos/lib/eval-config.nix") {
inherit system;
pkgs = confPkgs;
baseModules = import (confPkgs.path + "/nixos/modules/module-list.nix");
inherit (confPkgs) lib;
modules =
let
extraConfig = {