Skip to content

Commit

Permalink
tests/functional/dependencies.nix: Check that we tolerate syntax and …
Browse files Browse the repository at this point in the history
…type errors
  • Loading branch information
roberth committed Nov 20, 2024
1 parent 4133333 commit 1469535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/dependencies.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ let
echo "@nix 1"
echo "@nix {}"
echo '@nix {"action": null}'
echo '@nix {"action": 123}'
echo '@nix ]['
} >&$NIX_LOG_FD
touch $out
'';
Expand Down

0 comments on commit 1469535

Please sign in to comment.