nix-community / gomod2nix

Convert applications using Go modules to Nix expressions [maintainer=@adisbladis]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can vendored dependencies be built and cached to the nix store?

jashandeep-sohi opened this issue · comments

I have a project that vendors its dependencies in-tree. It takes a long time to re-build on a change, most of which is because of the dependencies. Is there some way these can be cached to the nix store?