Use Forgejo 1.21 from NixOS unstable to make Actions work properly

1.21 has scheduled Actions for example, which we need.
This commit is contained in:
June 2024-01-20 21:34:09 +01:00
parent 85c059c75c
commit f6567bffb2
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 6 additions and 1 deletions

View file

@ -7,11 +7,12 @@
# - https://codeberg.org/forgejo/forgejo/src/branch/forgejo/docs/content/administration/reverse-proxies.en-us.md
# - https://forgejo.org/docs/latest/admin/email-setup/
{ ... }:
{ pkgs-unstable, ... }:
{
services.forgejo = {
enable = true;
package = pkgs-unstable.forgejo;
database.type = "postgres";
mailerPasswordFile = "/secrets/forgejo-git-smtp-password.secret";

View file

@ -57,6 +57,7 @@
'';
});
};
pkgs-unstable = nixpkgs-unstable.legacyPackages."x86_64-linux";
in {
colmena = {
meta = {
@ -65,6 +66,9 @@
audio-hauptraum-kueche = nixpkgs-unstable.legacyPackages."x86_64-linux".extend shairportSync431ExtendedNixpkgsUnstableOverlay;
audio-hauptraum-tafel = nixpkgs-unstable.legacyPackages."x86_64-linux".extend shairportSync431ExtendedNixpkgsUnstableOverlay;
};
nodeSpecialArgs = {
git = { inherit pkgs-unstable; };
};
};
audio-hauptraum-kueche = {