mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #217876 from joedevivo/zimfw-init-fix
zimfw: fix generated init.zsh to use $out
This commit is contained in:
commit
9c4b6bbad4
@ -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 New Issue
Block a user