From 335422f7beeca0707986319707268c358d36a0c1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 28 Oct 2013 00:07:27 +0100 Subject: [PATCH] Get rid of the only use of mkDefaultValue --- nixos/modules/system/upstart/upstart.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/upstart/upstart.nix b/nixos/modules/system/upstart/upstart.nix index 5d5139b7a57..58523652864 100644 --- a/nixos/modules/system/upstart/upstart.nix +++ b/nixos/modules/system/upstart/upstart.nix @@ -246,7 +246,7 @@ let config = { # The default name is the name extracted from the attribute path. - name = mkDefaultValue name; + name = mkDefault name; };