add rsync to nodejs-devshell-v3

This commit is contained in:
Peter Ferenczy 2024-04-26 10:41:03 +02:00 committed by DavHau
parent babb6e3b69
commit 3e4cd42a9f

View File

@ -25,6 +25,10 @@ in {
nodejs-package-lock-v3.packageLockFile = "${config.mkDerivation.src}/package-lock.json";
deps = { nixpkgs, ... }: {
rsync = nixpkgs.rsync;
};
# rsync the node_modules folder
# - tracks node-modules store path via .dream2nix/.node_modules_id
# - omits copying if store path did not change