buildFHSUserEnv: document `profile` parameter

This commit is contained in:
Mauricio Scheffer 2021-07-11 18:12:19 +01:00
parent b15ff3e91e
commit a7784fe00a
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
Additional commands to be executed for finalizing the derivation with runner script.
- `runScript`
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: