clean up
This commit is contained in:
16
fix/tests/tests/lang/eval-fail-hashfile-missing.nix
Normal file
16
fix/tests/tests/lang/eval-fail-hashfile-missing.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
]
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user