about summary refs log tree commit diff
path: root/pkgs/applications/networking/dyndns
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-04-17 16:27:54 -0400
committerfigsoda <figsoda@pm.me>2023-04-17 16:33:08 -0400
commit38401aed72cb7f57046ebe9a9529adcd7affe190 (patch)
tree2bf8a57407a3a547a3943b333dfd25ae4cfbe04e /pkgs/applications/networking/dyndns
parent10d74285cd3bdbc1f93c8efc8ebe3a153d58f745 (diff)
treewide: remove file-wide `with rustPlatform;`s
Diffstat (limited to 'pkgs/applications/networking/dyndns')
-rw-r--r--pkgs/applications/networking/dyndns/cfdyndns/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/networking/dyndns/cfdyndns/default.nix b/pkgs/applications/networking/dyndns/cfdyndns/default.nix
index afddb6be875ed..eb7d1bf5c8d9f 100644
--- a/pkgs/applications/networking/dyndns/cfdyndns/default.nix
+++ b/pkgs/applications/networking/dyndns/cfdyndns/default.nix
@@ -1,8 +1,6 @@
 { lib, fetchFromGitHub, rustPlatform, pkg-config, openssl }:
 
-with rustPlatform;
-
-buildRustPackage rec {
+rustPlatform.buildRustPackage rec {
   pname = "cfdyndns";
   version = "0.0.3";
   src = fetchFromGitHub {