about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-tojson-outpath.nix
blob: 7f9d95ac60f4dcbd010c282f2bb00ece6f20d618 (plain) (blame)
1
2
3
4
5
# Attribute sets with an `outPath` have that outPath itself serialised
# to string.
builtins.toJSON {
  outPath = "/nix/store/jzka5ndnygkkfjfvpqwjipqp75lhz138-emacs-28.2";
}