]> git.scottworley.com Git - auto-upgrade-with-pinch/blobdiff - upgrade-config.nix
Remove the `abort` otherPackages option
[auto-upgrade-with-pinch] / upgrade-config.nix
index ba2bb5a4f2969648940a0e79d5437a29e49d98d7..4d69100e3b944782ae42180758365628d92ade02 100644 (file)
@@ -147,7 +147,6 @@ evalModules {
                   type = types.enum [
                     "remove"
                     "keep"
-                    "abort"
                   ];
                   default = "remove";
                   description = ''
@@ -160,8 +159,6 @@ evalModules {
                     This keeps your environment declarative and ensures that all
                     packages receive regular updates.
                   '';
-                  # It seems like "upgrade" ought to be another choice here, powered
-                  # by "nix-env --upgrade".  But when I tried this, it didn't work.
                 };
               };
             }