0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/nextcloud: fix upgrade warning

This commit is contained in:
Maximilian Bosch 2022-11-03 14:32:21 +01:00
parent 5196625a15
commit ad21c759d4
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -613,7 +613,7 @@ in {
config = mkIf cfg.enable (mkMerge [
{ warnings = let
latest = 24;
latest = 25;
upgradeWarning = major: nixos:
''
A legacy Nextcloud install (from before NixOS ${nixos}) may be installed.