Unverified Commit 9c4b6bba authored by Naïm Favier's avatar Naïm Favier Committed by GitHub
Browse files

Merge pull request #217876 from joedevivo/zimfw-init-fix

zimfw: fix generated init.zsh to use $out
parents be20d9a5 b348e7ef
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
  ## the `zimfw.zsh` where we currently are.
  postFixup = ''
    substituteInPlace $out/zimfw.zsh \
      --replace "\''${ZIM_HOME}/zimfw.zsh" "$out/zimfw.zsh"
      --replace "\''${ZIM_HOME}/zimfw.zsh" "$out/zimfw.zsh" \
      --replace "\''${(q-)ZIM_HOME}/zimfw.zsh" "$out/zimfw.zsh"
  '';

  meta = with lib; {