From 23cb959893b56d526941bc7300acd6d69505f897 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Sat, 16 Jan 2021 15:15:29 -0800 Subject: [PATCH] Fix indentation again --- modules/homebrew.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/homebrew.nix b/modules/homebrew.nix index c3524d9..d67f5b2 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -84,12 +84,12 @@ in type = types.bool; default = false; description = '' - When enabled, when you manually invoke brew bundle, it will automatically - use the Brewfile in the Nix store that this module generates. + When enabled, when you manually invoke brew bundle, it will automatically + use the Brewfile in the Nix store that this module generates. - Sets the HOMEBREW_BUNDLE_FILE environment variable to the path of the - Brewfile in the Nix store that this module generates, by adding it to - . + Sets the HOMEBREW_BUNDLE_FILE environment variable to the path of the + Brewfile in the Nix store that this module generates, by adding it to + . ''; }; @@ -97,14 +97,14 @@ in type = types.bool; default = false; description = '' - When enabled, lockfiles aren't generated when you manually invoke - brew bundle [install]. This is often desirable when - is enabled, since - brew bundle [install] will try to write the lockfile in the Nix store, - and complain that it can't (though the command will run successfully regardless). + When enabled, lockfiles aren't generated when you manually invoke + brew bundle [install]. This is often desirable when + is enabled, since + brew bundle [install] will try to write the lockfile in the Nix store, + and complain that it can't (though the command will run successfully regardless). - Sets the HOMEBREW_BUNDLE_NO_LOCK environment variable, by adding it to - . + Sets the HOMEBREW_BUNDLE_NO_LOCK environment variable, by adding it to + . ''; };