1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 18:23:39 +02:00

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