Skip to content

Commit

Permalink
Drop inferred, because "it was supposed to be used at every location
Browse files Browse the repository at this point in the history
which has no type" according to pierron - but isn't used in
nixos/nixpkgs
  • Loading branch information
MarcWeber authored and Phreedom committed Aug 22, 2013
1 parent 1c2bc76 commit b00d824
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/lib/types.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ rec {

types = rec {

inferred = mkOptionType {
name = "inferred type";
};

bool = mkOptionType {
name = "boolean";
check = lib.traceValIfNot builtins.isBool;
Expand Down

0 comments on commit b00d824

Please sign in to comment.