mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
session-init: fix option type and description
This commit is contained in:
parent
7e00a63733
commit
b5325c18f6
1 changed files with 5 additions and 2 deletions
|
|
@ -118,9 +118,12 @@ in
|
|||
};
|
||||
|
||||
sessionInit = mkOption {
|
||||
type = types.path;
|
||||
type = types.package;
|
||||
internal = true;
|
||||
description = "File containing session init commands like exposing environment variables.";
|
||||
description = ''
|
||||
Package containing the session-init script in
|
||||
<code>/etc/profile.d/nix-on-droid-session-init.sh</code>.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue