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-types' #1020

Closed soulomoon closed 2 years ago

soulomoon commented 2 years ago

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

Anton-Latukha commented 2 years ago

Tested locally.

Anton-Latukha commented 2 years ago

Thank you