Support flake inputs with type path #6

Merged
cole-h merged 1 commit from path-type into master 2020-09-03 09:01:31 +00:00
cole-h commented 2020-09-02 21:35:45 +00:00 (Migrated from github.com)

I figured I should copy it into the store with builtins.path, since the others use builtins.fetchGit/fetchTarball which adds to the store. But it seems like outPath = info.path; works as well (probably not when enforcing purity though).

I figured I should copy it into the store with `builtins.path`, since the others use `builtins.fetchGit`/`fetchTarball` which adds to the store. But it seems like `outPath = info.path;` works as well (probably not when enforcing purity though).
Sign in to join this conversation.
No description provided.