summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMauricio Scheffer <mauricioscheffer@gmail.com>2021-07-11 18:12:19 +0100
committerMauricio Scheffer <mauricioscheffer@gmail.com>2021-07-11 18:12:19 +0100
commita7784fe00a07a9e14df8014b8009491dddb6c652 (patch)
tree927c05a39e13fe5ca4e62c2dfa987bc5d7b1e5a4 /doc
parentb15ff3e91ebc2510410ed605bfb0f1dcdf230611 (diff)
buildFHSUserEnv: document `profile` parameter
Diffstat (limited to 'doc')
-rw-r--r--doc/builders/special/fhs-environments.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/builders/special/fhs-environments.section.md b/doc/builders/special/fhs-environments.section.md
index 146ded532404..43dc99b7c18f 100644
--- a/doc/builders/special/fhs-environments.section.md
+++ b/doc/builders/special/fhs-environments.section.md
@@ -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: