Skip to content

Commit bc46266

Browse files
committed
add section on to troubleshooting section of README
1 parent 6e617c9 commit bc46266

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,11 @@ Run the `get_plugin_path` function manually: `:lua print(require("lazy-nix-helpe
228228
### How do I check all of the plugins that Lazy-Nix-Helper has found?
229229

230230
Run the `list_discovered_plugins` function manually: `lua require("lazy-nix-helper").list_discovered_plugins()`
231+
232+
### I don't think Lazy-Nix-Helper is correctly detecting when I'm on NixOS
233+
234+
Run the `print_environment_info` function manually to see:
235+
- if Lazy-Nix-Helper thinks you're on NixOS or not
236+
- if Lazy-Nix-Helper thinks nix-store is installed or not
237+
238+
`lua require("lazy-nix-helper").print_environment_info()`

0 commit comments

Comments
 (0)