summary refs log tree commit diff
path: root/nixos/modules/system/upstart
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28 00:07:27 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28 22:45:54 +0100
commit335422f7beeca0707986319707268c358d36a0c1 (patch)
tree0837d7603485f61e9e88353e3bbd69dc4252d20a /nixos/modules/system/upstart
parent41c8f9598ede18fe2185a922be4730cbe8530843 (diff)
downloadnixlib-335422f7beeca0707986319707268c358d36a0c1.tar
nixlib-335422f7beeca0707986319707268c358d36a0c1.tar.gz
nixlib-335422f7beeca0707986319707268c358d36a0c1.tar.bz2
nixlib-335422f7beeca0707986319707268c358d36a0c1.tar.lz
nixlib-335422f7beeca0707986319707268c358d36a0c1.tar.xz
nixlib-335422f7beeca0707986319707268c358d36a0c1.tar.zst
nixlib-335422f7beeca0707986319707268c358d36a0c1.zip
Get rid of the only use of mkDefaultValue
Diffstat (limited to 'nixos/modules/system/upstart')
-rw-r--r--nixos/modules/system/upstart/upstart.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/upstart/upstart.nix b/nixos/modules/system/upstart/upstart.nix
index 5d5139b7a57e..58523652864c 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;
 
     };