nixops-vbox icon indicating copy to clipboard operation
nixops-vbox copied to clipboard

Move Virtualbox base image to nixpkgs for quicker iterations

Open domenkozar opened this issue 8 years ago • 2 comments

We've done the same before for Amazon.

domenkozar avatar Sep 30 '16 10:09 domenkozar

I followed the manual and 18.03pre was used...

davidak avatar Feb 18 '19 17:02 davidak

I opened a PR for nixpkgs: https://github.com/NixOS/nixpkgs/pull/97335 Maybe you could check if it is done the right way.

With this change, the base image can be referenced via: (import "${pkgs.path}/nixos/release.nix" {}).nixopsVboxImage;

If the PR gets merged, I will try to add this to nixops.

DavHau avatar Sep 07 '20 07:09 DavHau