mirror of
https://github.com/nix-community/home-manager
synced 2024-11-19 17:49:45 +01: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;
|
extendedLib = import ../modules/lib/stdlib-extended.nix pkgs.lib;
|
||||||
|
|
||||||
hmModule = types.submoduleWith {
|
hmModule = types.submoduleWith {
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
lib = extendedLib;
|
lib = extendedLib;
|
||||||
darwinConfig = config;
|
darwinConfig = config;
|
||||||
} // cfg.extraSpecialArgs;
|
} // cfg.extraSpecialArgs;
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Reference in a new issue