mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 21:38:21 +00:00
Update changelog and fix indentation.
This commit is contained in:
parent
2a0b9a9f60
commit
acc906d982
2 changed files with 24 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
||||||
2020-12-30
|
2021-01-16
|
||||||
- Added `homebrew` module, to manage formulas installed by Homebrew via `brew bundle`.
|
- Added `homebrew` module, to manage formulas installed by Homebrew via `brew bundle`.
|
||||||
|
|
||||||
2020-10-25
|
2020-10-25
|
||||||
|
|
|
@ -84,8 +84,8 @@ in
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
When enabled, when you manually invoke <command>brew bundle</command>, it will
|
When enabled, when you manually invoke <command>brew bundle</command>, it will automatically
|
||||||
automatically use the Brewfile in the Nix store that this module generates.
|
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
|
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
|
Brewfile in the Nix store that this module generates, by adding it to
|
||||||
|
|
Loading…
Add table
Reference in a new issue