From eb57056dcc3bfc2fe7626d7f24a41c344f4aee5b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 12 Aug 2022 03:28:52 -0400 Subject: [PATCH] tweak(global/general): disable channels-update --- modules/global/general.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/global/general.nix b/modules/global/general.nix index 025242b..2a9e909 100644 --- a/modules/global/general.nix +++ b/modules/global/general.nix @@ -22,6 +22,7 @@ system.activationScripts = { # FIX: command-not-found database doesn't exist normally - channels-update.text = "${pkgs.nix}/bin/nix-channel --update"; + # FIXME: activation script doesn't work properly, and frequently errors + # channels-update.text = "${pkgs.nix}/bin/nix-channel --update"; }; }