mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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:
parent
34fcfc880b
commit
29385f0560
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user