forked from mirrors/nixpkgs
nixos/lxc-container: remove deprecated literalExample
This commit is contained in:
parent
ea5c3d756e
commit
0686311257
|
@ -61,7 +61,7 @@ in
|
|||
description = "Templates for LXD";
|
||||
type = types.attrsOf (types.submodule (templateSubmodule));
|
||||
default = {};
|
||||
example = literalExample ''
|
||||
example = literalExpression ''
|
||||
{
|
||||
# create /etc/hostname on container creation
|
||||
"hostname" = {
|
||||
|
|
Loading…
Reference in a new issue