Doc/nixosOptionsDoc: fix baseModules cannot be empty

This commit is contained in:
Johannes Kirschbauer 2025-08-02 14:10:58 +02:00
parent 86603255c3
commit 6f79a7af3a
No known key found for this signature in database

View File

@ -59,9 +59,6 @@
let
# Evaluate a NixOS configuration
eval = import (pkgs.path + "/nixos/lib/eval-config.nix") {
# Overridden explicitly here, this would include all modules from NixOS otherwise.
# See: docs of eval-config.nix for more details
baseModules = [];
modules = [
./module.nix
];