mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Set login and loginInner to internal options
This commit is contained in:
parent
cd58e8dbd4
commit
b52091eff6
1 changed files with 2 additions and 2 deletions
|
|
@ -18,19 +18,19 @@ in
|
|||
options = {
|
||||
|
||||
environment.files = {
|
||||
|
||||
login = mkOption {
|
||||
type = types.package;
|
||||
readOnly = true;
|
||||
internal = true;
|
||||
description = "Login script.";
|
||||
};
|
||||
|
||||
loginInner = mkOption {
|
||||
type = types.package;
|
||||
readOnly = true;
|
||||
internal = true;
|
||||
description = "Login-inner script.";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue