Skip to content

Commit 4f1c9c9

Browse files
committed
tests: remove default option declaration
Fixes: 5f154bf ("nixos-module: disable programs.command-not-found by default") Link: nix-community#132
1 parent 3228f18 commit 4f1c9c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
imports = [
1616
nixIndexModule
1717
{
18-
programs.command-not-found.enable = false;
19-
2018
programs.nix-index-database.comma.enable = true;
2119
# Point comma at our nixpkgs instance.
2220
# Passing --nixpkgs-flake instead seems to fail when nix tries to use the network.

0 commit comments

Comments
 (0)