Skip to content

Commit 131a6e3

Browse files
Prince213mergify[bot]
authored andcommitted
feat(src): remove rsync from runtimeDeps
1 parent 62e554d commit 131a6e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{ stdenv
22
, openssh
33
, gitMinimal
4-
, rsync
54
, nixVersions
65
, nix
76
, coreutils
@@ -28,7 +27,6 @@ let
2827
findutils
2928
gnused # needed by ssh-copy-id
3029
sshpass # used to provide password for ssh-copy-id
31-
rsync # used to upload extra-files
3230
];
3331
in
3432
stdenv.mkDerivation {
@@ -41,8 +39,6 @@ stdenv.mkDerivation {
4139
4240
# We prefer the system's openssh over our own, since it might come with features not present in ours:
4341
# https://github.com/nix-community/nixos-anywhere/issues/62
44-
#
45-
# We also prefer system rsync to prevent crashes between rsync and ssh.
4642
makeShellWrapper $out/libexec/nixos-anywhere/nixos-anywhere.sh $out/bin/nixos-anywhere \
4743
--prefix PATH : ${lib.makeBinPath runtimeDeps} --suffix PATH : ${lib.makeBinPath [ openssh ]}
4844
'';

0 commit comments

Comments
 (0)