nixos-init: fix example of extraBin

This commit is contained in:
confusedalex
2026-04-22 16:04:14 +02:00
parent 9cadaf6932
commit 9880f9dd70
+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;