Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diskSize expects string #372

Open
jaroeichler opened this issue Aug 30, 2024 · 0 comments
Open

diskSize expects string #372

jaroeichler opened this issue Aug 30, 2024 · 0 comments

Comments

@jaroeichler
Copy link

The example to adjust the diskSize in the readme doesn't work for me. nix build expects a string like this:

test = nixos-generators.nixosGenerate (
  config-test
  // {
    format = "vm-nogui";
    specialArgs = { diskSize = "20000"; };
  }
);

In particular, it fails with something like "20 * 1024".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant