From 2a3c0ca3d5ab0fe9aaa312199b3cad5bc9a01934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 19 May 2016 20:02:04 +0100 Subject: [PATCH] command-not-found: disable module until it's fixed again See https://github.com/NixOS/nixos-channel-scripts/issues/4 --- nixos/modules/module-list.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index bd6552f74a4..370220d253a 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -62,7 +62,8 @@ ./programs/bash/bash.nix ./programs/blcr.nix ./programs/cdemu.nix - ./programs/command-not-found/command-not-found.nix + # see https://github.com/NixOS/nixos-channel-scripts/issues/4 + #./programs/command-not-found/command-not-found.nix ./programs/dconf.nix ./programs/environment.nix ./programs/freetds.nix