writers: fix fsharp writer

dotnet needs a writable $HOME to operate
This commit is contained in:
zimbatm 2023-07-22 13:36:29 +02:00
parent 4fe0dfd1ea
commit c04c43ccd1

View File

@ -340,6 +340,7 @@ let
};
fsi = writeBash "fsi" ''
export HOME=$NIX_BUILD_TOP/.home
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_NOLOGO=1