diff --git a/test.nix b/test.nix index 84657af..ae90852 100644 --- a/test.nix +++ b/test.nix @@ -1,5 +1,5 @@ { test = { - field = abc; + field = "abc"; }; } \ No newline at end of file