summary refs log tree commit diff
path: root/pkgs/applications/networking/dyndns/cfdyndns/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/dyndns/cfdyndns/default.nix')
-rw-r--r--pkgs/applications/networking/dyndns/cfdyndns/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/dyndns/cfdyndns/default.nix b/pkgs/applications/networking/dyndns/cfdyndns/default.nix
index 43d257d7b0ef..d3be9c28df35 100644
--- a/pkgs/applications/networking/dyndns/cfdyndns/default.nix
+++ b/pkgs/applications/networking/dyndns/cfdyndns/default.nix
@@ -26,5 +26,6 @@ buildRustPackage rec {
     homepage = https://github.com/colemickens/cfdyndns;
     license = stdenv.lib.licenses.mit;
     maintainers = with maintainers; [ colemickens ];
+    platforms = with platforms; linux;
   };
 }