mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
nixos/default.nix: Use extendModules
This commit is contained in:
parent
8086f8658e
commit
8fd49c116b
2 changed files with 17 additions and 20 deletions
|
@ -92,7 +92,7 @@ in withWarnings {
|
|||
|
||||
# Merge the option definitions in all modules, forming the full
|
||||
# system configuration.
|
||||
inherit (nixosWithUserModules) config options _module type;
|
||||
inherit (nixosWithUserModules) config options _module type extendModules;
|
||||
|
||||
inherit extraArgs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue