summaryrefslogtreecommitdiff
path: root/modules/certspotter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/certspotter.nix')
-rw-r--r--modules/certspotter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certspotter.nix b/modules/certspotter.nix
index 204ed79e..fa1cba57 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 -Ins).XXXXXXXXXX.env)" 13 env > $(mktemp -p "''${LOGS_DIRECTORY}" "$(date -seconds).XXXXXXXXXX.env")
14 ''; 14 '';
15 }; 15 };
16 16