make-disk-image: allow extra dependencies to be passed into image builder
This commit is contained in:

committed by
mergify[bot]
![mergify[bot]](/assets/img/avatar_default.png)
parent
bb75ad0b1d
commit
4c4634bbcb
@@ -29,6 +29,13 @@ in
|
||||
default = { };
|
||||
description = "The devices to set up";
|
||||
};
|
||||
extraDependencies = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.package;
|
||||
description = ''
|
||||
list of extra packages to make available in the make-disk-image.nix VM builder, an example might be f2fs-tools
|
||||
'';
|
||||
default = [];
|
||||
};
|
||||
rootMountPoint = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "/mnt";
|
||||
|
Reference in New Issue
Block a user