summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2016-08-07 01:25:06 +0100
committerobadz <obadz-git@obadz.com>2016-08-09 21:39:40 +0100
commit582313bafef4c81cb6df2dcf2ece4757eb5c8082 (patch)
treeefd3e4326c4dd24d79ce2010292e51b006649e4a /nixos/modules/config/system-path.nix
parent57b7c3c545f35385dbe5a1eab44028f9233b736e (diff)
downloadnixpkgs-582313bafef4c81cb6df2dcf2ece4757eb5c8082.tar
nixpkgs-582313bafef4c81cb6df2dcf2ece4757eb5c8082.tar.gz
nixpkgs-582313bafef4c81cb6df2dcf2ece4757eb5c8082.tar.bz2
nixpkgs-582313bafef4c81cb6df2dcf2ece4757eb5c8082.tar.lz
nixpkgs-582313bafef4c81cb6df2dcf2ece4757eb5c8082.tar.xz
nixpkgs-582313bafef4c81cb6df2dcf2ece4757eb5c8082.tar.zst
nixpkgs-582313bafef4c81cb6df2dcf2ece4757eb5c8082.zip
nixos: remove rsync from base install and add explicit path in nixos-install
As per https://github.com/NixOS/nixpkgs/commit/60b3f95ad86826faf95680a3529ced1c322d4d87#commitcomment-18507812
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 3054439da65..9708b5d9fe3 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -34,7 +34,6 @@ let
       config.programs.ssh.package
       pkgs.perl
       pkgs.procps
-      pkgs.rsync
       pkgs.strace
       pkgs.su
       pkgs.time