We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e617c9 commit bc46266Copy full SHA for bc46266
README.md
@@ -228,3 +228,11 @@ Run the `get_plugin_path` function manually: `:lua print(require("lazy-nix-helpe
228
### How do I check all of the plugins that Lazy-Nix-Helper has found?
229
230
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