buildFHSUserEnv: document profile parameter

This commit is contained in:
Mauricio Scheffer 2021-07-11 18:12:19 +01:00
parent b15ff3e91e
commit a7784fe00a

View file

@ -18,6 +18,8 @@
Additional commands to be executed for finalizing the derivation with runner script. Additional commands to be executed for finalizing the derivation with runner script.
- `runScript` - `runScript`
A command that would be executed inside the sandbox and passed all the command line arguments. It defaults to `bash`. A command that would be executed inside the sandbox and passed all the command line arguments. It defaults to `bash`.
- `profile`
Optional script for `/etc/profile` within the sandbox.
One can create a simple environment using a `shell.nix` like that: One can create a simple environment using a `shell.nix` like that: