Merge pull request #132345 from lukegb/fix-eval

nixos/virtualbox-image: cast baseImageFreeSpace to str
This commit is contained in:
Luke Granger-Brown 2021-08-01 20:15:46 +01:00 committed by GitHub
commit 142da94468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ in {
inherit pkgs lib config;
partitionTableType = "legacy";
diskSize = cfg.baseImageSize;
additionalSpace = cfg.baseImageFreeSpace;
additionalSpace = "${toString cfg.baseImageFreeSpace}M";
postVM =
''