diff options
Diffstat (limited to 'checks.nix')
| -rw-r--r-- | checks.nix | 4 |
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. |