From e13d92cbcaa5830296248ffe5cf5df579166db9d Mon Sep 17 00:00:00 2001 From: Kate Temkin Date: Sat, 27 Apr 2024 21:55:33 -0600 Subject: [PATCH] add-to-config: note nix.package --- content/add-to-config.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/add-to-config.md b/content/add-to-config.md index 6ab5fc53..6bd89a3d 100644 --- a/content/add-to-config.md +++ b/content/add-to-config.md @@ -145,5 +145,9 @@ great time to check out some of the [community's resources on Nix](/resources). ## Having Trouble? -If you're having difficulty installing Lix, don't panic! Hop on over to our +**One quick thing to check:** have you set `nix.package` anywhere in your configuration? +If so, your configuration option will override the Lix module. You'll want to remove it, first -- +or, if you're feeling savvy, point it to the provided Lix package. + +**Otherwise:** If you're having difficulty installing Lix, don't panic! Hop on over to our [community page](/community), and check out the various ways to find help.