diff options
author | Vincent Ambo <mail@tazj.in> | 2023-08-08T20·37+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-08-08T20·41+0000 |
commit | 0d4465297a221270816dc5ac4ded840ea88710d1 (patch) | |
tree | 39d220e03b33c3a64090e3942125e4c729c9a43d /third_party/ddclient | |
parent | ffc1fb8f5cff94c9518c1a369d908626d1e4cdab (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.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/ddclient/default.nix b/third_party/ddclient/default.nix index a3fcd639af84..28b036ea66fc 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: { |