haskell-nix / hnix

A Haskell re-implementation of the Nix expression language
https://hackage.haskell.org/package/hnix
BSD 3-Clause "New" or "Revised" License
741 stars 114 forks source link

tests: NixLanguageTests: enable test 'eval-okay-hashfile' #1021

Closed soulomoon closed 2 years ago

soulomoon commented 2 years ago

add builtins.hashfile should suffice to pass eval-okay-hashfile The main agenda & details are in the #966. This PR covers a part of it.

Anton-Latukha commented 2 years ago

Looks normal.

If we would need more details to it, this is probably a nice groundwork.

Anton-Latukha commented 2 years ago

Checked it locally.