Merge pull request #217876 from joedevivo/zimfw-init-fix
zimfw: fix generated init.zsh to use $out
This commit is contained in:
commit
9c4b6bbad4
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue