mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 06:21:30 +03:00
add rsync to nodejs-devshell-v3
This commit is contained in:
parent
babb6e3b69
commit
3e4cd42a9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user