oh-my-fish: fix substituteAll usage
This commit is contained in:
parent
359cf4b159
commit
3c7d6adcc8
@ -1,6 +1,6 @@
|
|||||||
#!@runtimeShell@
|
#!@runtimeShell@
|
||||||
|
|
||||||
@fish@/bin/fish \
|
@fish@/bin/fish \
|
||||||
@OMF@/share/oh-my-fish/bin/install \
|
@omf@/share/oh-my-fish/bin/install \
|
||||||
--noninteractive \
|
--noninteractive \
|
||||||
--offline=@OMF@/share/oh-my-fish
|
--offline=@omf@/share/oh-my-fish
|
||||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
cp -v ${substituteAll {
|
cp -v ${substituteAll {
|
||||||
name = "omf-install";
|
name = "omf-install";
|
||||||
src = ./omf-install;
|
src = ./omf-install;
|
||||||
OMF = placeholder "out";
|
omf = placeholder "out";
|
||||||
inherit fish runtimeShell;
|
inherit fish runtimeShell;
|
||||||
}} $out/bin/omf-install
|
}} $out/bin/omf-install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user