From 16d7a3af46a90258662eaa06160335489187d966 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:10:23 +0100 Subject: [PATCH] tests: remove default option declaration Fixes: 5f154bf6c2b1 ("nixos-module: disable programs.command-not-found by default") --- tests.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests.nix b/tests.nix index b42fc06d..0d051e83 100644 --- a/tests.nix +++ b/tests.nix @@ -15,8 +15,6 @@ imports = [ nixIndexModule { - programs.command-not-found.enable = false; - programs.nix-index-database.comma.enable = true; # Point comma at our nixpkgs instance. # Passing --nixpkgs-flake instead seems to fail when nix tries to use the network.