File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
{ stdenv
2
2
, openssh
3
3
, gitMinimal
4
- , rsync
5
4
, nixVersions
6
5
, nix
7
6
, coreutils
28
27
findutils
29
28
gnused # needed by ssh-copy-id
30
29
sshpass # used to provide password for ssh-copy-id
31
- rsync # used to upload extra-files
32
30
] ;
33
31
in
34
32
stdenv . mkDerivation {
@@ -41,8 +39,6 @@ stdenv.mkDerivation {
41
39
42
40
# We prefer the system's openssh over our own, since it might come with features not present in ours:
43
41
# https://github.com/nix-community/nixos-anywhere/issues/62
44
- #
45
- # We also prefer system rsync to prevent crashes between rsync and ssh.
46
42
makeShellWrapper $out/libexec/nixos-anywhere/nixos-anywhere.sh $out/bin/nixos-anywhere \
47
43
--prefix PATH : ${ lib . makeBinPath runtimeDeps } --suffix PATH : ${ lib . makeBinPath [ openssh ] }
48
44
'' ;
You can’t perform that action at this time.
0 commit comments