From f6e28e7f6cc4709ed677efd2231c38ed31b71418 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 24 Jan 2016 12:14:19 +0100 Subject: writeText instead of toFile --- custom/simp_le.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/simp_le.nix b/custom/simp_le.nix index 83582c24..f5b2232f 100644 --- a/custom/simp_le.nix +++ b/custom/simp_le.nix @@ -5,7 +5,7 @@ dir: domain: let - script = builtins.toFile "cert.sh" '' + script = stdenv.lib.writeText "cert.sh" '' cd $dir ${simp_le}/bin/simp_le -d ${domain}:/srv/www/acme/${domain}/ \ --email "phikeebaogobaegh@141.li" \ -- cgit v1.2.3