mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
writers: fix fsharp writer
dotnet needs a writable $HOME to operate
This commit is contained in:
parent
4fe0dfd1ea
commit
c04c43ccd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user