summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-03-29 13:32:42 +0200
committerGitHub <noreply@github.com>2022-03-29 13:32:42 +0200
commit9b168e5e62406fa2e55e132f390379a6ba22b402 (patch)
tree3647b53c399499bf285e41899fc92096ecf935ab
parent2a601aafdc5605a5133a2ca506a34a3a73377247 (diff)
parente613eaa122c938a7b22174830e6dcd82f0b6b6cf (diff)
Merge pull request #166148 from blaggacao/release-21.11
[21.11] nixos/default.nix: Use extendModules
-rw-r--r--nixos/lib/eval-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/eval-config.nix b/nixos/lib/eval-config.nix
index 69e0a2afdba3..878beeea0edf 100644
--- a/nixos/lib/eval-config.nix
+++ b/nixos/lib/eval-config.nix
@@ -61,7 +61,7 @@ in rec {
args = extraArgs;
specialArgs =
{ modulesPath = builtins.toString ../modules; } // specialArgs;
- }) config options _module type;
+ }) config options _module type extendModules;
# These are the extra arguments passed to every module. In
# particular, Nixpkgs is passed through the "pkgs" argument.