about summary refs log blame commit diff
path: root/tests/lang/eval-fail-hashfile-missing.nix
blob: 42fb1ec7ed8d1f2d8328f0c8f3b5d1771e3ce223 (plain) (tree)
1
2
3
4
5




                                                                                                        
let
  paths = [ ./this-file-is-definitely-not-there-7392097 "/and/neither/is/this/37293620" ];
in
  builtins.concatLists (map (hash: map (builtins.hashFile hash) paths) ["md5" "sha1" "sha256" "sha512"])