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:
parent
5196625a15
commit
ad21c759d4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue