lol

command-not-found: Improve documentation

Jessie Ross 0309303c ce0a4828

+6
+6
nixos/modules/programs/command-not-found/command-not-found.nix
··· 37 37 description = '' 38 38 Whether interactive shells should show which Nix package (if 39 39 any) provides a missing command. 40 + 41 + Requires nix-channels to be set and downloaded (sudo nix-channels --update.) 42 + 43 + See also nix-index and nix-index-database as an alternative for flakes-based systems. 44 + 45 + Additionally, having the env var NIX_AUTO_RUN set will automatically run the matching package, and with NIX_AUTO_RUN_INTERACTIVE it will confirm the package before running. 40 46 ''; 41 47 }; 42 48