From 630255f31a84622dd6185effbb5c8504d426670c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 04:40:36 +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 125cc316..ee93d2c4 100644 --- a/custom/simp_le.nix +++ b/custom/simp_le.nix @@ -9,4 +9,4 @@ let echo ${domain} >> /tmp/domains.test ''; all = "#!${stdenv}/bin/bash\n\n" + lib.concatMapStringsSep "\n" getcert domains; -in builtins.toFile "certs.sh" all +in pkgs.writeText "certs.sh" all -- cgit v1.2.3