Fix error

This commit is contained in:
2026-07-02 21:32:42 +01:00
parent 0c3ae83422
commit 8a3b4e1d49
+1 -3
View File
@@ -1,9 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
script = pkgs.substituteAll { script = pkgs.replaceVars ../../scripts/cloudflare-ddns.sh {
src = ../../scripts/cloudflare-ddns.sh;
bash = pkgs.bash; bash = pkgs.bash;
curl = pkgs.curl; curl = pkgs.curl;
jq = pkgs.jq; jq = pkgs.jq;