Loading pkgs/by-name/oh/oh-my-zsh/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { chmod -R +w templates # Change the path to oh-my-zsh dir and disable auto-updating. sed -i -e "s#ZSH=\$HOME/.oh-my-zsh#ZSH=$outdir#" \ sed -i -e "s#ZSH=\"\$HOME/.oh-my-zsh\"#ZSH=\"$outdir\"#" \ -e 's/\# \(DISABLE_AUTO_UPDATE="true"\)/\1/' \ $template Loading Loading
pkgs/by-name/oh/oh-my-zsh/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { chmod -R +w templates # Change the path to oh-my-zsh dir and disable auto-updating. sed -i -e "s#ZSH=\$HOME/.oh-my-zsh#ZSH=$outdir#" \ sed -i -e "s#ZSH=\"\$HOME/.oh-my-zsh\"#ZSH=\"$outdir\"#" \ -e 's/\# \(DISABLE_AUTO_UPDATE="true"\)/\1/' \ $template Loading