nix-inspect
nix-inspect copied to clipboard
Interactive tui for inspecting nix configs
I think it would be great to have the gg and G keybindings available to jump to the top and bottom of the view. Also, maybe Ctrl+b, Ctrl+f, Ctrl+u and...
Basically, if a list is a: - list of strings - list of attrset with a `name` attribute It would be great to get the string along with the item...
It would be great if views were sorted alphabetically. Searching visually for an attribute would be far much easier (I know there is the search feature, but still).
Have a way to toggle visibility of disabled modules in the viewer. To possibly to reduce complexity of the inspector itself it could be easier to just write a nix...
It would be great if the outputs like `packages`, `checks` etc. had their systems flattened, maybe using the current host system so that only those get flattened and others are...
I get the following error:  # Reproduction ## Directory Structure - something.nix - flake.nix - subdir - flake.nix ## Files `something.nix`: ```nix { some = "thing"; } ``` `flake.nix`:...
Please update your Kanal crate from the pre-release version to the 0.1 release.
`nix-env --version` ```log nix-env (Lix, like Nix) 2.93.0-dev-pre20250222-dd2241e System type: x86_64-linux Additional system types: i686-linux, x86_64-v1-linux, x86_64-v2-linux, x86_64-v3-linux Features: gc, signed-caches System configuration file: /etc/nix/nix.conf User configuration files: /home/minhcccp/.config/nix/nix.conf:/nix/store/hinjagcw5fbv1hs2jk834c267kzszg6v-plasma-workspace-6.3.1/etc/xdg/nix/nix.conf:/nix/store/v8418h2gwf0qmhdh4zwvwhwrd0ylc8mi-kglobalacceld-6.3.1/etc/xdg/nix/nix.conf:/nix/store/xp09vpd55nl9l9ifrc9ad80zha8fg2sq-baloo-6.10.0/etc/xdg/nix/nix.conf:/home/minhcccp/.config/kdedefaults/nix/nix.conf:/nix/store/hinjagcw5fbv1hs2jk834c267kzszg6v-plasma-workspace-6.3.1/etc/xdg/nix/nix.conf:/nix/store/v8418h2gwf0qmhdh4zwvwhwrd0ylc8mi-kglobalacceld-6.3.1/etc/xdg/nix/nix.conf:/nix/store/xp09vpd55nl9l9ifrc9ad80zha8fg2sq-baloo-6.10.0/etc/xdg/nix/nix.conf:/nix/store/hinjagcw5fbv1hs2jk834c267kzszg6v-plasma-workspace-6.3.1/etc/xdg/nix/nix.conf:/nix/store/v8418h2gwf0qmhdh4zwvwhwrd0ylc8mi-kglobalacceld-6.3.1/etc/xdg/nix/nix.conf:/nix/store/xp09vpd55nl9l9ifrc9ad80zha8fg2sq-baloo-6.10.0/etc/xdg/nix/nix.conf:/home/minhcccp/.config/kdedefaults/nix/nix.conf:/etc/xdg/nix/nix.conf:/home/minhcccp/.nix-profile/etc/xdg/nix/nix.conf:/nix/profile/etc/xdg/nix/nix.conf:/home/minhcccp/.local/state/nix/profile/etc/xdg/nix/nix.conf:/etc/profiles/per-user/minhcccp/etc/xdg/nix/nix.conf:/nix/var/nix/profiles/default/etc/xdg/nix/nix.conf:/run/current-system/sw/etc/xdg/nix/nix.conf Store...
## Describe the bug Trying to inspect the options of [nixos-mailserver](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver), I seem to be run into an error about missing argument `lib`. ## Steps to reproduce 1. `git clone...
If inputs.self.submodules = true nix-inspect crashes shortly after starting. Needed to include submodules in the flake.