andrewchambers / terraform-provider-nix

terraform provider that manages nix builds and nixos machines.
https://acha.ninja
MIT License
117 stars 5 forks source link

Make nix build a resource. #8

Closed andrewchambers closed 5 years ago

andrewchambers commented 5 years ago

To allow dependencies to work properly, like with #7, I think they need to be resources and not data sources. The resource we create/update could be an outlink, which does solve the gc related issue.

andrewchambers commented 5 years ago

done.