X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/blobdiff_plain/a084161200e7edcdb818651e8b23a0757507579e..6a301e7274267c1c8ac096944b8e7ccb8859340a:/upgrade-config.nix?ds=sidebyside diff --git a/upgrade-config.nix b/upgrade-config.nix index ba2bb5a..4d69100 100644 --- a/upgrade-config.nix +++ b/upgrade-config.nix @@ -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. }; }; }