buildFHSUserEnv: document `profile` parameter

+2
+2
doc/builders/special/fhs-environments.section.md
··· 18 18 Additional commands to be executed for finalizing the derivation with runner script. 19 19 - `runScript` 20 20 A command that would be executed inside the sandbox and passed all the command line arguments. It defaults to `bash`. 21 + - `profile` 22 + Optional script for `/etc/profile` within the sandbox. 21 23 22 24 One can create a simple environment using a `shell.nix` like that: 23 25