Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

fix: error on vm-bigdisk flake configs #66

Merged
merged 1 commit into from
Oct 25, 2022
Merged

fix: error on vm-bigdisk flake configs #66

merged 1 commit into from
Oct 25, 2022

Conversation

bogdan-manole
Copy link

A fix for the bellow error when I run nix develop --command nixos-shell --flake .#vm-bigdisk

error: value is a set while an integer was expected

       at /nix/store/w3v5jwygrqwifrj1s85gngikivdpq7yf-source/flake.nix:175:53:

          174|             nixos-shell.nixosModules.nixos-shell
          175|             ({lib, ...}: {virtualisation.diskSize = lib.mkForce 1024 * 60;})
             |                                                     ^
          176|           ];

@dermetfan dermetfan merged commit 5a9dcf2 into input-output-hk:v1-maintenance Oct 25, 2022
@dermetfan
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants