build/config: add config.build.extraProotOptions

This commit is contained in:
Alexander Sosedkin 2020-11-07 16:12:59 +01:00
parent 0703f6ceb9
commit 7b5a103e4a
2 changed files with 8 additions and 1 deletions

View file

@ -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.";
};
};
};