diff --git a/modules/global/general.nix b/modules/global/general.nix index 60e4c68..be1c83c 100644 --- a/modules/global/general.nix +++ b/modules/global/general.nix @@ -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"; }; }