mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
forgejo: Fix upgrade todo
Even with stable forgejo having caught up with my pinned version, I still get sqlite downgrade warnings. It seems like I have to wait for the next release to switch back to stable.
This commit is contained in:
parent
6edbfa0b42
commit
3be6ed721a
1 changed files with 1 additions and 2 deletions
|
|
@ -26,8 +26,7 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
assertions = lib.singleton {
|
assertions = lib.singleton {
|
||||||
assertion =
|
assertion = lib.versionOlder lib.version "25.11";
|
||||||
(lib.versionOlder pkgs.forgejo.version pinnedVersion) || (pkgs.forgejo.version == pinnedVersion);
|
|
||||||
message = "TODO: Use forgejo package from stable nixpkgs";
|
message = "TODO: Use forgejo package from stable nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue