summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2021-01-16 15:15:29 -0800
committerMalo Bourgon <mbourgon@gmail.com>2021-01-16 15:15:29 -0800
commit23cb959893b56d526941bc7300acd6d69505f897 (patch)
tree780354b2ca26f73c3a312688cd0520d9e3746109
parentacc906d9824992443566e826f358b9ef943c3468 (diff)
Fix indentation again
-rw-r--r--modules/homebrew.nix26
1 files changed, 13 insertions, 13 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 <command>brew bundle</command>, it will automatically
- use the Brewfile in the Nix store that this module generates.
+ When enabled, when you manually invoke <command>brew bundle</command>, it will automatically
+ use the Brewfile in the Nix store that this module generates.
- Sets the <literal>HOMEBREW_BUNDLE_FILE</literal> environment variable to the path of the
- Brewfile in the Nix store that this module generates, by adding it to
- <option>environment.variables</option>.
+ Sets the <literal>HOMEBREW_BUNDLE_FILE</literal> environment variable to the path of the
+ Brewfile in the Nix store that this module generates, by adding it to
+ <option>environment.variables</option>.
'';
};
@@ -97,14 +97,14 @@ in
type = types.bool;
default = false;
description = ''
- When enabled, lockfiles aren't generated when you manually invoke
- <command>brew bundle [install]</command>. This is often desirable when
- <option>homebrew.global.brewfile</option> is enabled, since
- <command>brew bundle [install]</command> 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 <literal>HOMEBREW_BUNDLE_NO_LOCK</literal> environment variable, by adding it to
- <option>environment.variables</option>.
+ When enabled, lockfiles aren't generated when you manually invoke
+ <command>brew bundle [install]</command>. This is often desirable when
+ <option>homebrew.global.brewfile</option> is enabled, since
+ <command>brew bundle [install]</command> 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 <literal>HOMEBREW_BUNDLE_NO_LOCK</literal> environment variable, by adding it to
+ <option>environment.variables</option>.
'';
};