]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
Remove the `abort` otherPackages option
authorScott Worley <scottworley@scottworley.com>
Sun, 2 Aug 2026 01:10:07 +0000 (18:10 -0700)
committerScott Worley <scottworley@scottworley.com>
Sun, 2 Aug 2026 01:10:47 +0000 (18:10 -0700)
It was never implemented.  Oops.

upgrade-config.nix

index 91db2b7ceb6dd23c4f6ef869bc427bfa9f8f3464..4d69100e3b944782ae42180758365628d92ade02 100644 (file)
@@ -147,7 +147,6 @@ evalModules {
                   type = types.enum [
                     "remove"
                     "keep"
-                    "abort"
                   ];
                   default = "remove";
                   description = ''