From b263111fd8291a4aa9f278a3c3a8a6e74f130060 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 21 Dec 2021 13:44:01 +0100 Subject: [PATCH] config/topgrade: disable annoying steps --- .config/shell/functions | 2 +- .config/topgrade.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/shell/functions b/.config/shell/functions index ab53836..ab8b25c 100644 --- a/.config/shell/functions +++ b/.config/shell/functions @@ -165,7 +165,7 @@ alias jcj='jcl -o json-pretty -u' # Shorthands alias v='edit' -alias u='topgrade --only emacs --yes; topgrade --disable emacs nix' +alias u='topgrade --only emacs --yes; topgrade' alias st='synct' alias expr='noglob expr' alias kc='kdeconnect-cli --refresh && kdeconnect-cli --list-devices' diff --git a/.config/topgrade.toml b/.config/topgrade.toml index dda5b16..e9e40b7 100644 --- a/.config/topgrade.toml +++ b/.config/topgrade.toml @@ -2,7 +2,7 @@ #assume_yes = true # Disable specific steps - same options as the command line flag -disable = ["nix"] +disable = ["npm", "nix", "emacs"] # Ignore failures for these steps #ignore_failures = ["powershell"]