summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-16 00:01:36 +0000
committerGitHub <noreply@github.com>2021-07-16 00:01:36 +0000
commitfa7a791586b5291f93de5026d97021fd16f3461e (patch)
treef6594faf08251da78715fbba49e4f969e7be7141 /doc
parent2ccf7ae45ce2efe48f207625d3db71149f7ac41b (diff)
parent53079ed913181b2f945cf1580746828b57d47edb (diff)
downloadnixpkgs-fa7a791586b5291f93de5026d97021fd16f3461e.tar
nixpkgs-fa7a791586b5291f93de5026d97021fd16f3461e.tar.gz
nixpkgs-fa7a791586b5291f93de5026d97021fd16f3461e.tar.bz2
nixpkgs-fa7a791586b5291f93de5026d97021fd16f3461e.tar.lz
nixpkgs-fa7a791586b5291f93de5026d97021fd16f3461e.tar.xz
nixpkgs-fa7a791586b5291f93de5026d97021fd16f3461e.tar.zst
nixpkgs-fa7a791586b5291f93de5026d97021fd16f3461e.zip
Merge master into staging-next
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 146ded53240..43dc99b7c18 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: