Loading pkgs/shells/zsh/zsh-powerlevel10k/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , stdenv , fetchFromGitHub , substituteAll , pkgs , gitstatus , bash }: Loading @@ -10,7 +10,7 @@ let # match gitstatus version with given `gitstatus_version`: # https://github.com/romkatv/powerlevel10k/blob/master/gitstatus/build.info gitstatus = pkgs.gitstatus.overrideAttrs (oldAtttrs: rec { gitstatus' = gitstatus.overrideAttrs (oldAtttrs: rec { version = "1.5.4"; src = fetchFromGitHub { Loading Loading @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { patches = [ (substituteAll { src = ./gitstatusd.patch; gitstatusdPath = "${gitstatus}/bin/gitstatusd"; gitstatusdPath = "${gitstatus'}/bin/gitstatusd"; }) ]; Loading Loading
pkgs/shells/zsh/zsh-powerlevel10k/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , stdenv , fetchFromGitHub , substituteAll , pkgs , gitstatus , bash }: Loading @@ -10,7 +10,7 @@ let # match gitstatus version with given `gitstatus_version`: # https://github.com/romkatv/powerlevel10k/blob/master/gitstatus/build.info gitstatus = pkgs.gitstatus.overrideAttrs (oldAtttrs: rec { gitstatus' = gitstatus.overrideAttrs (oldAtttrs: rec { version = "1.5.4"; src = fetchFromGitHub { Loading Loading @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { patches = [ (substituteAll { src = ./gitstatusd.patch; gitstatusdPath = "${gitstatus}/bin/gitstatusd"; gitstatusdPath = "${gitstatus'}/bin/gitstatusd"; }) ]; Loading