nix-index-database
nix-index-database copied to clipboard
tests: remove default option declaration
Fixes: 5f154bf6c2b1 ("nixos-module: disable programs.command-not-found by default")
This is simply not needed anymore now, right? Could you rebase to fix the merge conflict?
This is simply not needed anymore now, right?
What exactly do you mean? The previously mentioned commit 5f154bf6c2b1 ("nixos-module: disable programs.command-not-found by default") declares
programs.command-not-found.enable = lib.mkDefault false;
globally, making the
programs.command-not-found.enable = false;
declaration in /tests.nix redundant. This PR removes this redundant declaration.
Could you rebase to fix the merge conflict?
Done in 16d7a3af46a90258662eaa06160335489187d966. There were no merge conflicts.