fish: set tmp $HOME to silence errors

This commit is contained in:
mat ess 2022-12-21 18:02:53 -05:00 committed by Robert Helgesson
parent 3ad22341a2
commit e70550577f
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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 = [