Loading pkgs/shells/zsh/zsh-git-prompt/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ # installed. # { fetchFromGitHub , python2 , python3 , git , lib , haskellPackages Loading @@ -45,7 +45,7 @@ haskellPackages.callPackage prePatch = '' substituteInPlace zshrc.sh \ --replace ':-"python"' ':-"haskell"' \ --replace 'python ' '${python2.interpreter} ' \ --replace 'python ' '${python3.interpreter} ' \ --replace 'git ' '${git}/bin/git ' ''; preCompileBuildDriver = "cd src"; Loading Loading
pkgs/shells/zsh/zsh-git-prompt/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ # installed. # { fetchFromGitHub , python2 , python3 , git , lib , haskellPackages Loading @@ -45,7 +45,7 @@ haskellPackages.callPackage prePatch = '' substituteInPlace zshrc.sh \ --replace ':-"python"' ':-"haskell"' \ --replace 'python ' '${python2.interpreter} ' \ --replace 'python ' '${python3.interpreter} ' \ --replace 'git ' '${git}/bin/git ' ''; preCompileBuildDriver = "cd src"; Loading