about summary refs log tree commit diff
path: root/lib/dns.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns.nix')
-rw-r--r--lib/dns.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dns.nix b/lib/dns.nix
index c0e4641..66c3e51 100644
--- a/lib/dns.nix
+++ b/lib/dns.nix
@@ -1,6 +1,5 @@
 { lib, inputs, ... }:
-with lib;
-recursiveUpdate inputs.dns.lib {
+lib.recursiveUpdate inputs.dns.lib {
   mkDoT = { ips, tls }: map (ip: "${ip}#${tls}") ips;
 
   const = {

Consider giving Nix/NixOS a try! <3