mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #132345 from lukegb/fix-eval
nixos/virtualbox-image: cast baseImageFreeSpace to str
This commit is contained in:
commit
142da94468
@ -136,7 +136,7 @@ in {
|
||||
inherit pkgs lib config;
|
||||
partitionTableType = "legacy";
|
||||
diskSize = cfg.baseImageSize;
|
||||
additionalSpace = cfg.baseImageFreeSpace;
|
||||
additionalSpace = "${toString cfg.baseImageFreeSpace}M";
|
||||
|
||||
postVM =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user