gytis-ivaskevicius / flake-utils-plus

Use Nix flakes without any fluff.
MIT License
485 stars 57 forks source link

exportModules can receive a function/attrs with `_file` #85

Closed blaggacao closed 3 years ago

blaggacao commented 3 years ago

however, https://github.com/gytis-ivaskevicius/flake-utils-plus/pull/84 introduced a regression, where builtins.pathExists in the new pathIsDirectory requires a string coercible: functions are not.

/cc @fufexan

blaggacao commented 3 years ago

Closed via https://github.com/gytis-ivaskevicius/flake-utils-plus/commit/ea46e02fb86785d3c883d658b194d69799386673

Tested with downstream digga e2e test suite.