Loading pkgs/shells/zsh/zimfw/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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; { Loading Loading
pkgs/shells/zsh/zimfw/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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; { Loading