summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-10-08 11:00:07 -0400
committerTim Steinbach <tim@nequissimus.com>2020-10-08 11:00:19 -0400
commit066397c0fe3686efcbaf6505c535494e63bdc9b2 (patch)
treec4a7dc677a3ac21177a94e6c3ae247fda7d9ca98 /pkgs/shells
parent3f1321a03d49dde3e1e3f13190df912ddd81ec76 (diff)
oh-my-zsh: Format with nixfmt
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/oh-my-zsh/default.nix26
1 files changed, 13 insertions, 13 deletions
diff --git a/pkgs/shells/zsh/oh-my-zsh/default.nix b/pkgs/shells/zsh/oh-my-zsh/default.nix
index 1557bc8b5d84..ffea1ca6e7cc 100644
--- a/pkgs/shells/zsh/oh-my-zsh/default.nix
+++ b/pkgs/shells/zsh/oh-my-zsh/default.nix
@@ -66,18 +66,18 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
- description = "A framework for managing your zsh configuration";
- longDescription = ''
- Oh My Zsh is a framework for managing your zsh configuration.
-
- To copy the Oh My Zsh configuration file to your home directory, run
- the following command:
-
- $ cp -v $(nix-env -q --out-path oh-my-zsh | cut -d' ' -f3)/share/oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
- '';
- homepage = "https://ohmyz.sh/";
- license = licenses.mit;
- platforms = platforms.all;
- maintainers = with maintainers; [ scolobb nequissimus ];
+ description = "A framework for managing your zsh configuration";
+ longDescription = ''
+ Oh My Zsh is a framework for managing your zsh configuration.
+
+ To copy the Oh My Zsh configuration file to your home directory, run
+ the following command:
+
+ $ cp -v $(nix-env -q --out-path oh-my-zsh | cut -d' ' -f3)/share/oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
+ '';
+ homepage = "https://ohmyz.sh/";
+ license = licenses.mit;
+ platforms = platforms.all;
+ maintainers = with maintainers; [ scolobb nequissimus ];
};
}