From a3d90c996f8af2333b96512a973686d7559172ec Mon Sep 17 00:00:00 2001 From: Frazer Rose Date: Fri, 29 Aug 2025 18:46:14 +0100 Subject: [PATCH] docs: fix typo in collision.md --- docs/manual/faq/collision.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/faq/collision.md b/docs/manual/faq/collision.md index 543b588c7..2dcb711ee 100644 --- a/docs/manual/faq/collision.md +++ b/docs/manual/faq/collision.md @@ -43,5 +43,5 @@ The solution is typically to uninstall the package from the environment using `nix-env --uninstall` and reattempt the Home Manager generation switch. -You could also opt to unistall *all* of the packages from your profile +You could also opt to uninstall *all* of the packages from your profile with `nix-env --uninstall '*'`.