tweak(global/general): disable channels-update

This commit is contained in:
Infinidoge 2022-08-12 03:28:52 -04:00
parent 0425970e53
commit eb57056dcc

View file

@ -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";
};
}