Get rid of the only use of mkDefaultValue

This commit is contained in:
Eelco Dolstra 2013-10-28 00:07:27 +01:00
parent 41c8f9598e
commit 335422f7be

View file

@ -246,7 +246,7 @@ let
config = {
# The default name is the name extracted from the attribute path.
name = mkDefaultValue name;
name = mkDefault name;
};