refactor(global/general): collapse channels-update

This commit is contained in:
Infinidoge 2022-05-07 23:58:58 -04:00
parent f176f27236
commit 9af45ea1ab

View file

@ -19,8 +19,6 @@
system.activationScripts = {
# FIX: command-not-found database doesn't exist normally
channels-update.text = ''
${pkgs.nix}/bin/nix-channel --update
'';
channels-update.text = "${pkgs.nix}/bin/nix-channel --update";
};
}