1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 04:01:47 +02:00

tests/functional/dependencies.nix: Check that we tolerate syntax and type errors

(cherry picked from commit 1485937b89)
This commit is contained in:
Robert Hensing 2024-11-20 11:16:39 +01:00 committed by Mergify
parent 7c98167eab
commit b1058ee0d2

View file

@ -40,6 +40,8 @@ let
echo "@nix 1" echo "@nix 1"
echo "@nix {}" echo "@nix {}"
echo '@nix {"action": null}' echo '@nix {"action": null}'
echo '@nix {"action": 123}'
echo '@nix ]['
} >&$NIX_LOG_FD } >&$NIX_LOG_FD
touch $out touch $out
''; '';