summary refs log tree commit diff
path: root/pkgs/lib
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-11-02 10:28:32 +0000
committerPeter Simons <simons@cryp.to>2011-11-02 10:28:32 +0000
commit69488d688d18c3b7fe8ed1e18f3fab6c968eae07 (patch)
treecca01a305e045e6f60868a924ae2ca140a798f0c /pkgs/lib
parent4d0d7d78c5f116c59cd2736d55a5928981be5dc7 (diff)
parentc882363fceb87f8f0af915f474bea014475488ea (diff)
downloadnixlib-69488d688d18c3b7fe8ed1e18f3fab6c968eae07.tar
nixlib-69488d688d18c3b7fe8ed1e18f3fab6c968eae07.tar.gz
nixlib-69488d688d18c3b7fe8ed1e18f3fab6c968eae07.tar.bz2
nixlib-69488d688d18c3b7fe8ed1e18f3fab6c968eae07.tar.lz
nixlib-69488d688d18c3b7fe8ed1e18f3fab6c968eae07.tar.xz
nixlib-69488d688d18c3b7fe8ed1e18f3fab6c968eae07.tar.zst
nixlib-69488d688d18c3b7fe8ed1e18f3fab6c968eae07.zip
synchronize with trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=30186
Diffstat (limited to 'pkgs/lib')
-rw-r--r--pkgs/lib/types.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/lib/types.nix b/pkgs/lib/types.nix
index 9a6bb4b24dd3..c1d7240f6931 100644
--- a/pkgs/lib/types.nix
+++ b/pkgs/lib/types.nix
@@ -148,7 +148,6 @@ rec {
       }
     ;
 
-
     uniq = elemType: mkOptionType {
       inherit (elemType) name check iter fold docPath hasOptions;
       merge = list: