mirror of
https://github.com/NixOS/nix.git
synced 2025-02-18 01:43:17 +00:00
fix hashfile test that wasn't failing due to eval laziness
See:
7becb1bf1c (r33450554)
This commit is contained in:
parent
7becb1bf1c
commit
a834861876
@ -1,5 +1,5 @@
|
|||||||
let
|
let
|
||||||
paths = [ ./this-file-is-definitely-not-there-7392097 "/and/neither/is/this/37293620" ];
|
paths = [ ./this-file-is-definitely-not-there-7392097 "/and/neither/is/this/37293620" ];
|
||||||
in
|
in
|
||||||
builtins.concatLists (map (hash: map (builtins.hashFile hash) paths) ["md5" "sha1" "sha256" "sha512"])
|
toString (builtins.concatLists (map (hash: map (builtins.hashFile hash) paths) ["md5" "sha1" "sha256" "sha512"]))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user