Get rid of the only use of mkDefaultValue

This commit is contained in:
Eelco Dolstra
2013-10-28 22:45:54 +01:00
parent 41c8f9598e
commit 335422f7be
+1 -1
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;
};