aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ni/nix-index (unfollow)
Commit message (Collapse)Author
2025-07-24modules/nix-index/command_not_found.sh: Avoid using removed flagBenedikt Peetz
`--top-level` is now default.
2025-07-24modules/nix-index: Use new home-manager module locationBenedikt Peetz
2025-06-28modules/nix-index/command_not_found: Avoid using a non-existing commandBenedikt Peetz
The `eprintln` was previously supplied (impurely) by my shell library, and without it, the command-not-found handler goes into infinite recursion.
2025-05-17modules/nix-index/command_not_found_handler: Remove reference to shell_libraryBenedikt Peetz
`ptmp` was previously (impurely) injected into this code, but is now no longer available.
2025-05-16modules/legacy/nix-index: Migrate to by-nameBenedikt Peetz