nix-community / dns.nix

A Nix DSL for DNS zone files [maintainers=@raitobezarius @kirelagin @Tom-Hubrecht]
Mozilla Public License 2.0
122 stars 24 forks source link

Support writeZone in flake mode #10

Closed ncfavier closed 3 years ago

ncfavier commented 3 years ago

Closes #4. Falls back to using builtins.toFile in writeZone when nix-dns is imported as a flake.

Note that this won't work if the zone definition contains references to derivations, but I don't think this is a plausible enough use case as to deserve documentation.