summary refs log tree commit diff
path: root/pkgs/tools/security/super
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 18:51:05 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commit59ce9118103898ec53b7679a312552246afab8b7 (patch)
tree219f306b777e678d5c9d7f7484c57152fa012fea /pkgs/tools/security/super
parentdb35d7b8ab7212bf52395f2f4816ea2fdacffbfe (diff)
downloadnixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.gz
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.bz2
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.lz
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.xz
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.zst
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.zip
treewide: Some EOF-whitespace fixes
Diffstat (limited to 'pkgs/tools/security/super')
-rw-r--r--pkgs/tools/security/super/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/super/default.nix b/pkgs/tools/security/super/default.nix
index c88efb23531..45c8f00dccf 100644
--- a/pkgs/tools/security/super/default.nix
+++ b/pkgs/tools/security/super/default.nix
@@ -31,5 +31,5 @@ stdenv.mkDerivation rec {
         in /etc/super.tab); and 2) “setuid”, which allows root to
         execute a command under a different uid.
       '';
-  };  
+  };
 }