summary refs log tree commit diff
path: root/checks.nix
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@internetsafetylabs.org>2025-12-17 15:16:20 -0800
committerIrene Knapp <ireneista@internetsafetylabs.org>2025-12-18 13:37:52 -0800
commitd15feffcdb262f5e4686297e156319591895a945 (patch)
tree9bf3fd01d8885c0cfba7fec810dca4bb28bf0552 /checks.nix
parent01b7b60dc260aa7cf1dab6c15db13a88d5d92ada (diff)
implement the secret-list command
Change-Id: I5e1570940fedf52bb560fd824270e201757004ed
Diffstat (limited to 'checks.nix')
-rw-r--r--checks.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/checks.nix b/checks.nix
index 3e1b773..ec97a0c 100644
--- a/checks.nix
+++ b/checks.nix
@@ -236,8 +236,8 @@ let
                  }).${keyPath}
             '';
 
-           expected = builtins.toJSON expected;
-         };
+            expected = builtins.toJSON expected;
+          };
 
 in {
   # Verify that the nix evaluator test harness works.