mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
environment.extraInit: fix description typo
This commit is contained in:
parent
a5efa6650f
commit
98b8d4cfbc
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in
|
|||
description = ''
|
||||
Shell script code called during global environment initialisation
|
||||
after all variables and profileVariables have been set.
|
||||
This code is asumed to be shell-independent, which means you should
|
||||
This code is assumed to be shell-independent, which means you should
|
||||
stick to pure sh without sh word split.
|
||||
'';
|
||||
type = types.lines;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue