From 066397c0fe3686efcbaf6505c535494e63bdc9b2 Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Thu, 8 Oct 2020 11:00:07 -0400 Subject: [PATCH] oh-my-zsh: Format with nixfmt --- pkgs/shells/zsh/oh-my-zsh/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pkgs/shells/zsh/oh-my-zsh/default.nix b/pkgs/shells/zsh/oh-my-zsh/default.nix index 1557bc8b5d8..ffea1ca6e7c 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. + 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: + 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 ]; + $ 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 ]; }; }