···18 Additional commands to be executed for finalizing the derivation with runner script.
19- `runScript`
20 A command that would be executed inside the sandbox and passed all the command line arguments. It defaults to `bash`.
002122One can create a simple environment using a `shell.nix` like that:
23
···18 Additional commands to be executed for finalizing the derivation with runner script.
19- `runScript`
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.
2324One can create a simple environment using a `shell.nix` like that:
25