Loading nixos/lib/make-options-doc/default.nix +0 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
nixos/lib/make-options-doc/default.nix +0 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading