yarn-plugin-nixify
yarn-plugin-nixify copied to clipboard
put application source and dependencies in separate nix packages
Currently, it seems, all node deps are bundled together with application source in a single package. This leads to wasted disk space and network bandwidth when only application code changes. Would it be possible to separate those, for example by symlinking the packages into .yarn/cache
during nix-build instead of copying them?