command-not-found: Disable by default
This tool is broken for users that use flakes and not nix-channels, and fails silently so few would be aware.
This commit is contained in:
@@ -33,7 +33,7 @@ in
|
||||
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether interactive shells should show which Nix package (if
|
||||
any) provides a missing command.
|
||||
|
||||
Reference in New Issue
Block a user