all repos — nixfiles @ 1a96dfb6250d3bf6a27f15840f97820d627a4b3c

System and user configuration, managed by nix and home-manager

zsh: use nixpkgs' package for agkozak-zsh-prompt
Alan Pearce alan@alanpearce.eu
Sun, 26 Mar 2023 12:40:36 +0200
commit

1a96dfb6250d3bf6a27f15840f97820d627a4b3c

parent

a625235c8a855316910f5eb157d1fee23bcab151

1 files changed, 1 insertions(+), 7 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -64,13 +64,7 @@     plugins = map mkZshPlugin [
       {
         name = "agkozak-zsh-prompt";
-        src = pkgs.fetchFromGitHub {
-          owner = "agkozak";
-          repo = "agkozak-zsh-prompt";
-          rev = "87ea6db9375032a6a26496a7f4a6266804f6929a";
-          # date = 2021-11-14T17:40:31-08:00;
-          sha256 = "08f5q9z7mc2hshnx35nh4gqgdkvjv41704hn69vz0p190fkzx3i0";
-        };
+        src = pkgs.agkozak-zsh-prompt.src;
       }
       {
         name = "anyframe";