Loading nixos/modules/programs/command-not-found/command-not-found.nix +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ in config = lib.mkMerge [ { programs.command-not-found = { enable = lib.mkOptionDefault (builtins.pathExists cfg.dbPath); enable = lib.mkDefault (builtins.pathExists cfg.dbPath); dbPath = pkgs.path + "/programs.sqlite"; }; } Loading Loading
nixos/modules/programs/command-not-found/command-not-found.nix +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ in config = lib.mkMerge [ { programs.command-not-found = { enable = lib.mkOptionDefault (builtins.pathExists cfg.dbPath); enable = lib.mkDefault (builtins.pathExists cfg.dbPath); dbPath = pkgs.path + "/programs.sqlite"; }; } Loading