From: Scott Worley Date: Sun, 2 Aug 2026 01:10:07 +0000 (-0700) Subject: Remove the `abort` otherPackages option X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/6a301e7274267c1c8ac096944b8e7ccb8859340a?ds=inline;hp=17218fba8e1f573bbeb73b9ddf1a884becd834a6 Remove the `abort` otherPackages option It was never implemented. Oops. --- diff --git a/upgrade-config.nix b/upgrade-config.nix index 91db2b7..4d69100 100644 --- a/upgrade-config.nix +++ b/upgrade-config.nix @@ -147,7 +147,6 @@ evalModules { type = types.enum [ "remove" "keep" - "abort" ]; default = "remove"; description = ''