Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh-powerlevel10k init at 2019-07-28 #65246

Closed
wants to merge 1 commit into from
Closed

zsh-powerlevel10k init at 2019-07-28 #65246

wants to merge 1 commit into from

Conversation

zyradyl
Copy link

@zyradyl zyradyl commented Jul 22, 2019

Motivation for this change

zsh-powerlevel9k can increase latency with large git repositories. Powerlevel10k is a drop in replacement that decreases that latency.

Additionally, I have added myself to the maintainers file. I am planning on (fingers crossed) submitting more than just this pull, so I hope this is appropriate. 馃槄

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Provide a fast, drop in replacement for zsh-powerlevel9k
@zyradyl zyradyl changed the title zsh-powerlevel10k init at 2019-07-21 zsh-powerlevel10k init at 2019-07-28 Jul 28, 2019
@zyradyl
Copy link
Author

zyradyl commented Jul 28, 2019

I have updated the version being used per #65431, I'll update every seven days till merger. 馃槃

@@ -5859,6 +5859,15 @@
github = "zraexy";
name = "David Mell";
};
zyradyl = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please separate the maintainer addition into a separate commit.

in

stdenv.mkDerivation rec {
name = "powerlevel10k-${version}";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name = "powerlevel10k-${version}";
pname = "powerlevel10k";
version = "2019-07-28";


src = fetchFromGitHub {
owner = "romkatv";
repo = "powerlevel10k";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
repo = "powerlevel10k";
repo = pname;

@ryantm
Copy link
Member

ryantm commented Jan 4, 2020

@GrahamcOfBorg build zsh-powerlevel10k

Copy link
Member

@ryantm ryantm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't seem to build.

@flokli
Copy link
Contributor

flokli commented Jan 19, 2020

I assume this is superseded by #76386.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants