nix-community / nixbox

NixOS Vagrant boxes [maintainer=@ifurther]
https://app.vagrantup.com/nixbox/
MIT License
309 stars 101 forks source link

add packer configuration without atlas? #25

Closed Eoksni closed 4 years ago

Eoksni commented 6 years ago

It took me some time to understand that I need to throw away all the stuff related to atlas from nixos-x86_64.json and have just

  "post-processors": [
    {
      "type": "vagrant",
      "keep_input_artifact": false
    }
  ]
FranklinYu commented 4 years ago

I think this has been fixed?

zimbatm commented 4 years ago

thanks