mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add environment variable management
This commit is contained in:
parent
abbafa9549
commit
1e2f21748a
5 changed files with 108 additions and 5 deletions
|
|
@ -111,6 +111,12 @@ in
|
|||
internal = true;
|
||||
description = "Package containing /etc files.";
|
||||
};
|
||||
|
||||
sessionInit = mkOption {
|
||||
type = types.path;
|
||||
internal = true;
|
||||
description = "File containing session init commands like exposing environment variables.";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue