mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 00:22:13 +00:00
environment.etc: fix typo
This commit is contained in:
parent
242742d195
commit
cc90ececa7
|
@ -94,7 +94,7 @@ in
|
||||||
default = 0;
|
default = 0;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
description = ''
|
description = ''
|
||||||
UID of created file. Only takes affect when the file is
|
UID of created file. Only takes effect when the file is
|
||||||
copied (that is, the mode is not 'symlink').
|
copied (that is, the mode is not 'symlink').
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -103,7 +103,7 @@ in
|
||||||
default = 0;
|
default = 0;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
description = ''
|
description = ''
|
||||||
GID of created file. Only takes affect when the file is
|
GID of created file. Only takes effect when the file is
|
||||||
copied (that is, the mode is not 'symlink').
|
copied (that is, the mode is not 'symlink').
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -113,7 +113,7 @@ in
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
User name of created file.
|
User name of created file.
|
||||||
Only takes affect when the file is copied (that is, the mode is not 'symlink').
|
Only takes effect when the file is copied (that is, the mode is not 'symlink').
|
||||||
Changing this option takes precedence over <literal>uid</literal>.
|
Changing this option takes precedence over <literal>uid</literal>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -123,7 +123,7 @@ in
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Group name of created file.
|
Group name of created file.
|
||||||
Only takes affect when the file is copied (that is, the mode is not 'symlink').
|
Only takes effect when the file is copied (that is, the mode is not 'symlink').
|
||||||
Changing this option takes precedence over <literal>gid</literal>.
|
Changing this option takes precedence over <literal>gid</literal>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue