nixos-init: fix example of extraBin (#512387)

This commit is contained in:
Masum Reza
2026-04-22 14:58:28 +00:00
committed by GitHub
+1 -1
View File
@@ -248,7 +248,7 @@ in
'';
example = literalExpression ''
{
umount = ''${pkgs.util-linux}/bin/umount;
umount = "''${pkgs.util-linux}/bin/umount";
}
'';
type = types.attrsOf types.path;