nix-index-database icon indicating copy to clipboard operation
nix-index-database copied to clipboard

tests: remove default option declaration

Open trueNAHO opened this issue 7 months ago • 2 comments

Fixes: 5f154bf6c2b1 ("nixos-module: disable programs.command-not-found by default")

trueNAHO avatar Apr 30 '25 09:04 trueNAHO

This is simply not needed anymore now, right? Could you rebase to fix the merge conflict?

r-vdp avatar Apr 30 '25 16:04 r-vdp

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.

trueNAHO avatar May 05 '25 13:05 trueNAHO