about summary refs log tree commit diff
path: root/third_party/ddclient
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-08-08T20·37+0300
committerclbot <clbot@tvl.fyi>2023-08-08T20·41+0000
commit0d4465297a221270816dc5ac4ded840ea88710d1 (patch)
tree39d220e03b33c3a64090e3942125e4c729c9a43d /third_party/ddclient
parentffc1fb8f5cff94c9518c1a369d908626d1e4cdab (diff)
docs(3p/ddclient): add TODO-comment for eventually cleaning this up r/6474
Change-Id: Id02e9e69890d00dedafa1700a1ea98dd68767c1d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9045
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/ddclient')
-rw-r--r--third_party/ddclient/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/ddclient/default.nix b/third_party/ddclient/default.nix
index a3fcd639af..28b036ea66 100644
--- a/third_party/ddclient/default.nix
+++ b/third_party/ddclient/default.nix
@@ -1,3 +1,8 @@
+# Users of this package & module should replace it with something like
+# inadyn, after https://github.com/NixOS/nixpkgs/issues/242330 is
+# landed.
+#
+# TODO(aspen): replace ddclient with inadyn or something else.
 { pkgs, ... }:
 
 (pkgs.callPackage ./pkg.nix { }).overrideAttrs (old: {