summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/certspotter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certspotter.nix b/modules/certspotter.nix
index a708b1db..f8256654 100644
--- a/modules/certspotter.nix
+++ b/modules/certspotter.nix
@@ -10,7 +10,7 @@ let
10 runtimeInputs = with pkgs; [ coreutils ]; 10 runtimeInputs = with pkgs; [ coreutils ];
11 text = '' 11 text = ''
12 mkdir -p "''${LOGS_DIRECTORY}" 12 mkdir -p "''${LOGS_DIRECTORY}"
13 env > "$(mktemp -p "''${LOGS_DIRECTORY}" "$(date -seconds).XXXXXXXXXX.env")" 13 env > "$(mktemp -p "''${LOGS_DIRECTORY}" "$(date -Iseconds).XXXXXXXXXX.env")"
14 ''; 14 '';
15 }; 15 };
16 16