From 5e86b8a1dd0192cc024ec995d7c41a62ee95862c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 28 Sep 2016 18:14:48 +0200 Subject: [PATCH] nixos system path: add rsync back I was used anyway, and we did this on master (I don't think 16.09 should be "ahead of" master). See: https://github.com/NixOS/nixpkgs/commit/0aa75206705afc --- nixos/modules/config/system-path.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix index 169c86a2eae..7644ae5e8a5 100644 --- a/nixos/modules/config/system-path.nix +++ b/nixos/modules/config/system-path.nix @@ -34,6 +34,7 @@ let config.programs.ssh.package pkgs.perl pkgs.procps + pkgs.rsync # used by nixos-install anyway pkgs.strace pkgs.su pkgs.time