Fix error
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
script = pkgs.substituteAll {
|
||||
src = ../../scripts/cloudflare-ddns.sh;
|
||||
|
||||
script = pkgs.replaceVars ../../scripts/cloudflare-ddns.sh {
|
||||
bash = pkgs.bash;
|
||||
curl = pkgs.curl;
|
||||
jq = pkgs.jq;
|
||||
|
||||
Reference in New Issue
Block a user