1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fix evaluation in virtualbox-image.nix

This commit is contained in:
Rob Vermaas 2014-08-06 16:25:42 +02:00
parent 2b9ea7fd90
commit 46205faf69

View file

@ -12,7 +12,7 @@ in {
virtualbox = {
baseImageSize = mkOption {
type = types.str;
default = 10G;
default = "10G";
description = ''
The size of the VirtualBox base image. The size string should be on
a format the qemu-img command accepts.