* Don't use replaceChars. It's slow.
svn path=/nixos/trunk/; revision=33270
This commit is contained in:
parent
fcc2e985a2
commit
f546837cdf
|
@ -417,9 +417,7 @@ let
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
# The default name is the name extracted from the attribute path.
|
# The default name is the name extracted from the attribute path.
|
||||||
name = mkDefaultValue (
|
name = mkDefaultValue name;
|
||||||
replaceChars ["<" ">" "*"] ["_" "_" "_name_"] name
|
|
||||||
);
|
|
||||||
|
|
||||||
# Default path for Upstart jobs. Should be quite minimal.
|
# Default path for Upstart jobs. Should be quite minimal.
|
||||||
path =
|
path =
|
||||||
|
|
Loading…
Reference in New Issue