about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-fail-hashfile-missing.nix
blob: ce098b82380a13cc0c793e478a5dd1eabea23f4c (plain) (blame)
1
2
3
4
5
let
  paths = [ ./this-file-is-definitely-not-there-7392097 "/and/neither/is/this/37293620" ];
in
  toString (builtins.concatLists (map (hash: map (builtins.hashFile hash) paths) ["md5" "sha1" "sha256" "sha512"]))