oh-my-zsh: Format with nixfmt

This commit is contained in:
Tim Steinbach 2020-10-08 11:00:07 -04:00
parent 3f1321a03d
commit 066397c0fe
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -66,18 +66,18 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A framework for managing your zsh configuration"; description = "A framework for managing your zsh configuration";
longDescription = '' longDescription = ''
Oh My Zsh is a framework for managing your zsh configuration. Oh My Zsh is a framework for managing your zsh configuration.
To copy the Oh My Zsh configuration file to your home directory, run To copy the Oh My Zsh configuration file to your home directory, run
the following command: 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 $ 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/"; homepage = "https://ohmyz.sh/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ scolobb nequissimus ]; maintainers = with maintainers; [ scolobb nequissimus ];
}; };
} }