mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nextcloud: correct stateversion logic
This commit is contained in:
parent
a55948a786
commit
20ed9ccd88
2 changed files with 2 additions and 1 deletions
|
@ -862,6 +862,7 @@ in {
|
|||
`pkgs.nextcloud`.
|
||||
''
|
||||
else if versionOlder stateVersion "24.05" then nextcloud27
|
||||
else if versionOlder stateVersion "24.11" then nextcloud29
|
||||
else nextcloud30
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue