diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-28 11:26:54 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-28 11:26:54 +0200 |
commit | c3dd9cdd02454c18afb056a04670d068be142589 (patch) | |
tree | fd626c473e3367c1141615c644c613bf28c10fc9 /modules | |
parent | a16b9ba20d140b974177136d1a7e5f4baf5a382c (diff) | |
download | nixos-c3dd9cdd02454c18afb056a04670d068be142589.tar nixos-c3dd9cdd02454c18afb056a04670d068be142589.tar.gz nixos-c3dd9cdd02454c18afb056a04670d068be142589.tar.bz2 nixos-c3dd9cdd02454c18afb056a04670d068be142589.tar.xz nixos-c3dd9cdd02454c18afb056a04670d068be142589.zip |
certspotter: ...
Diffstat (limited to 'modules')
-rw-r--r-- | modules/certspotter.nix | 2 |
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 | ||