nixos-init: fix example of extraBin (#512387)
This commit is contained in:
@@ -248,7 +248,7 @@ in
|
||||
'';
|
||||
example = literalExpression ''
|
||||
{
|
||||
umount = ''${pkgs.util-linux}/bin/umount;
|
||||
umount = "''${pkgs.util-linux}/bin/umount";
|
||||
}
|
||||
'';
|
||||
type = types.attrsOf types.path;
|
||||
|
||||
Reference in New Issue
Block a user