From aa9affb53f2fd6232b1d06e761331b34c22b62d2 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 21 Feb 2021 18:40:19 +0100 Subject: [PATCH] nix-darwin: remove trailing whitespace --- nix-darwin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-darwin/default.nix b/nix-darwin/default.nix index c529ca4a..83e0ba31 100644 --- a/nix-darwin/default.nix +++ b/nix-darwin/default.nix @@ -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 = [