summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-04-05 18:49:30 -0400
committerShea Levy <shea@shealevy.com>2014-04-05 18:49:30 -0400
commitd35619429a0674276365e98fa49f777ac61e3dec (patch)
tree12d3344be336c1b7c7c7d579a3746edf01497682 /nixos
parentadd2fafffbdc344d4f0396a5e9bce11d5080fb33 (diff)
parent28ab3acb58b0e5a5ffa932c9c6eb19db05a6c334 (diff)
downloadnixpkgs-d35619429a0674276365e98fa49f777ac61e3dec.tar
nixpkgs-d35619429a0674276365e98fa49f777ac61e3dec.tar.gz
nixpkgs-d35619429a0674276365e98fa49f777ac61e3dec.tar.bz2
nixpkgs-d35619429a0674276365e98fa49f777ac61e3dec.tar.lz
nixpkgs-d35619429a0674276365e98fa49f777ac61e3dec.tar.xz
nixpkgs-d35619429a0674276365e98fa49f777ac61e3dec.tar.zst
nixpkgs-d35619429a0674276365e98fa49f777ac61e3dec.zip
Merge branch 'cache.su' of git://github.com/wkennington/nixpkgs
su: Make the su package a provider of only the su binary

Fixes #1877
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 2f61947c3bc..1913e17f929 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -46,6 +46,7 @@ let
       pkgs.rsync
       pkgs.strace
       pkgs.sysvtools
+      pkgs.su
       pkgs.time
       pkgs.usbutils
       pkgs.utillinux