mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
nix-darwin: remove trailing whitespace
This commit is contained in:
parent
82d6ba7003
commit
aa9affb53f
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ let
|
|||
extendedLib = import ../modules/lib/stdlib-extended.nix pkgs.lib;
|
||||
|
||||
hmModule = types.submoduleWith {
|
||||
specialArgs = {
|
||||
lib = extendedLib;
|
||||
specialArgs = {
|
||||
lib = extendedLib;
|
||||
darwinConfig = config;
|
||||
} // cfg.extraSpecialArgs;
|
||||
modules = [
|
||||
|
|
Loading…
Reference in a new issue