nix-community / nixos-generators

Collection of image builders [maintainer=@Lassulus]
MIT License
1.87k stars 146 forks source link

vmware seems to be broken #77

Open mrVanDalo opened 4 years ago

mrVanDalo commented 4 years ago

running

$> nixos-generate -f vmware -c config.nix
error: getting status of '/var/src/nixpkgs/nixos/modules/virtualisation/vmware-image.nix': No such file or directory

copy vmware-guest.nix to vmware-image.nix I get this error :

$> nixos-generate -f vmware -c config.nix
error: attribute 'vmwareImage' in selection path 'config.system.build.vmwareImage' not found
zimbatm commented 4 years ago

It depends on 2f943ebc2501437e973f7c1ee193d02dfeea311d in nixpkgs, Date: Fri May 22 04:03:46 2020 -0400 Is it possible that you are using nixos-20.03 or older?

mrVanDalo commented 4 years ago

Yes I'm using "20.03". Had no time so far to update.