builtins.toXML is missing string context

#398
Opened by qyliss at 2024-04-09T09·59+00

builtins.hasContext (builtins.toXML { 
  inherit (derivation {
    name = "test";
    builder = "/bin/sh";
    system = builtins.currentSystem;
  }) drvPath;
})

True in cppnix; false in tvix.