about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-import.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-08 r/5068 feat(tvix/tests): Import default.nix inside directoryGriffin Smith1-0/+4
This requires actually passing the source directory into `interpret` in the eval tests, but otherwise this is fairly straightforward - if we're trying to import a directory, just push `default.nix` onto it and import that instead. Change-Id: I0b7d4234f81977e78d14dfa651bf0cf9721017e5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6893 Autosubmit: grfn <grfn@gws.fyi> Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI