mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
build/config: add config.build.extraProotOptions
This commit is contained in:
parent
0703f6ceb9
commit
7b5a103e4a
2 changed files with 8 additions and 1 deletions
|
|
@ -35,6 +35,12 @@ with lib;
|
|||
readOnly = true;
|
||||
description = "Path to installation directory.";
|
||||
};
|
||||
|
||||
extraProotOptions = mkOption {
|
||||
type = types.listOf types.string;
|
||||
default = [];
|
||||
description = "Extra options passed to proot, e.g., extra bind mounts.";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue