summary refs log tree commit diff
path: root/nixos/modules/services/misc/gitit.nix
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2016-02-12 06:58:31 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2016-02-12 07:00:37 +0100
commit81b5223c977ecf391c13c66f4eafc33f60a3eb4d (patch)
treeef7341b24a8c2b37a1acec8ef3ba9fab910c2345 /nixos/modules/services/misc/gitit.nix
parentccf73a5f675cf969ef78f948495a8156501bceff (diff)
downloadnixpkgs-81b5223c977ecf391c13c66f4eafc33f60a3eb4d.tar
nixpkgs-81b5223c977ecf391c13c66f4eafc33f60a3eb4d.tar.gz
nixpkgs-81b5223c977ecf391c13c66f4eafc33f60a3eb4d.tar.bz2
nixpkgs-81b5223c977ecf391c13c66f4eafc33f60a3eb4d.tar.lz
nixpkgs-81b5223c977ecf391c13c66f4eafc33f60a3eb4d.tar.xz
nixpkgs-81b5223c977ecf391c13c66f4eafc33f60a3eb4d.tar.zst
nixpkgs-81b5223c977ecf391c13c66f4eafc33f60a3eb4d.zip
nixos: gitit, wrong type restriction redacted
Diffstat (limited to 'nixos/modules/services/misc/gitit.nix')
-rw-r--r--nixos/modules/services/misc/gitit.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/gitit.nix b/nixos/modules/services/misc/gitit.nix
index ab4d385ba16..befd8c628f1 100644
--- a/nixos/modules/services/misc/gitit.nix
+++ b/nixos/modules/services/misc/gitit.nix
@@ -35,7 +35,6 @@ let
       };
 
       haskellPackages = mkOption {
-        type = types.attrsOf types.package;
         default = pkgs.haskellPackages;
         defaultText = "pkgs.haskellPackages";
         example = literalExample "pkgs.haskell.packages.ghc784";