forked from lix-project/lix
5 lines
148 B
Nix
5 lines
148 B
Nix
|
let
|
||
|
paths = [ ./data ./binary-data ];
|
||
|
in
|
||
|
builtins.concatLists (map (hash: map (builtins.hashFile hash) paths) ["md5" "sha1" "sha256" "sha512"])
|