about summary refs log tree commit diff
path: root/tvix/glue/src/tests/tvix_tests/eval-fail-fetchurl-invalid-attrs.nix
(builtins.fetchurl {
  url = "https://test.example/owo";
  # Only "sha256" is accepted here.
  hash = "sha256-Xa1Jbl2Eq5+L0ww+Ph1osA3Z/Dxe/RkN1/dITQCdXFk=";
})