summaryrefslogtreecommitdiff
path: root/modules/certspotter.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-28 11:26:54 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-28 11:26:54 +0200
commitc3dd9cdd02454c18afb056a04670d068be142589 (patch)
treefd626c473e3367c1141615c644c613bf28c10fc9 /modules/certspotter.nix
parenta16b9ba20d140b974177136d1a7e5f4baf5a382c (diff)
downloadnixos-c3dd9cdd02454c18afb056a04670d068be142589.tar
nixos-c3dd9cdd02454c18afb056a04670d068be142589.tar.gz
nixos-c3dd9cdd02454c18afb056a04670d068be142589.tar.bz2
nixos-c3dd9cdd02454c18afb056a04670d068be142589.tar.xz
nixos-c3dd9cdd02454c18afb056a04670d068be142589.zip
certspotter: ...
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 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