diff options
author | Raito Bezarius | 2023-03-21 16:54:17 +0100 |
---|---|---|
committer | Raito Bezarius | 2023-03-22 22:37:13 +0100 |
commit | 5e5c4c975ab71e3970d2ad827f710711cca44a86 (patch) | |
tree | f2d6203058d8af677f07023068a59c47c32df3db /nixos/tests | |
parent | 2f9c4a7e7449e69f76fb57366b6d3f7813589007 (diff) |
nixos/web-apps/nextcloud: introduce nextcloud26
Diffstat (limited to 'nixos/tests')
-rw-r--r-- | nixos/tests/nextcloud/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nextcloud/default.nix b/nixos/tests/nextcloud/default.nix index b8d3ba75b51a..350486e8c733 100644 --- a/nixos/tests/nextcloud/default.nix +++ b/nixos/tests/nextcloud/default.nix @@ -26,4 +26,4 @@ foldl }; }) { } - [ 24 25 ] + [ 24 25 26 ] |