fish: set tmp $HOME to silence errors
This commit is contained in:
parent
3ad22341a2
commit
e70550577f
|
@ -150,7 +150,7 @@ let
|
|||
nativeBuildInputs = [ cfg.package ];
|
||||
inherit text;
|
||||
passAsFile = [ "text" ];
|
||||
} "fish_indent < $textPath > $out";
|
||||
} "env HOME=$(mktemp -d) fish_indent < $textPath > $out";
|
||||
|
||||
in {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue