mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
committed by
Robert Helgesson
parent
179ce0aacf
commit
099cbcf13e
@@ -12,6 +12,7 @@ let
|
||||
specialArgs = {
|
||||
lib = extendedLib;
|
||||
nixosConfig = config;
|
||||
modulesPath = ../modules;
|
||||
} // cfg.extraSpecialArgs;
|
||||
modules = [
|
||||
({ name, ... }: {
|
||||
@@ -72,7 +73,6 @@ in {
|
||||
extraSpecialArgs = mkOption {
|
||||
type = types.attrs;
|
||||
default = { };
|
||||
example = literalExample "{ modulesPath = ../modules; }";
|
||||
description = ''
|
||||
Extra <literal>specialArgs</literal> passed to Home Manager.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user