type = types.enum [
"remove"
"keep"
- "abort"
];
default = "remove";
description = ''
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.
};
};
}