diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/vhack/dn/dns/dns/default.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/vhack/dn/dns/dns/default.nix b/modules/vhack/dn/dns/dns/default.nix new file mode 100644 index 0000000..4ce07d8 --- /dev/null +++ b/modules/vhack/dn/dns/dns/default.nix @@ -0,0 +1,13 @@ +# +# SPDX-FileCopyrightText: 2019 Kirill Elagin <https://kir.elagin.me/> +# +# SPDX-License-Identifier: MPL-2.0 or MIT +# +{lib}: let + util = import ./util {inherit lib;}; + types = import ./types {inherit lib util;}; +in { + inherit + types + ; +} |
