From 6a301e7274267c1c8ac096944b8e7ccb8859340a Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 1 Aug 2026 18:10:07 -0700 Subject: [PATCH] Remove the `abort` otherPackages option It was never implemented. Oops. --- upgrade-config.nix | 1 - 1 file changed, 1 deletion(-) 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 = '' -- 2.51.2